Put empty module in app module

pull/2898/head
Chocobozzz 2020-06-24 15:29:08 +02:00
parent dda917ec89
commit f0b56fdd0c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import { buildFileLocale, getCompleteLocale, isDefaultLocale } from '@shared/mod
import { AppRoutingModule } from './app-routing.module'
import { AppComponent } from './app.component'
import { CoreModule } from './core'
import { EmptyComponent } from './empty.component'
import { HeaderComponent, SearchTypeaheadComponent, SuggestionComponent } from './header'
import { HighlightPipe } from './header/highlight.pipe'
import { AvatarNotificationComponent, LanguageChooserComponent, MenuComponent } from './menu'
@ -30,6 +31,7 @@ registerLocaleData(localeOc, 'oc')
declarations: [
AppComponent,
EmptyComponent,
MenuComponent,
LanguageChooserComponent,