Put empty module in app module
authorChocobozzz <me@florianbigard.com>
Wed, 24 Jun 2020 13:29:08 +0000 (15:29 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 24 Jun 2020 13:29:08 +0000 (15:29 +0200)
client/src/app/app.module.ts

index c6e9d73157538d0cd54f4a0e7d22c10d89f21610..9698de275bc585b41ef7d50406a0d2208c480fae 100644 (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,