File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ import { StatisticsModule } from '../statistics/statistics.module';
1010import { ThemedHomeNewsComponent } from './home-news/themed-home-news.component' ;
1111import { ThemedHomePageComponent } from './themed-home-page.component' ;
1212import { RecentItemListComponent } from './recent-item-list/recent-item-list.component' ;
13+ import { JournalEntitiesModule } from '../entity-groups/journal-entities/journal-entities.module' ;
14+ import { ResearchEntitiesModule } from '../entity-groups/research-entities/research-entities.module' ;
15+
1316const DECLARATIONS = [
1417 HomePageComponent ,
1518 ThemedHomePageComponent ,
@@ -22,7 +25,9 @@ const DECLARATIONS = [
2225@NgModule ( {
2326 imports : [
2427 CommonModule ,
25- SharedModule ,
28+ SharedModule . withEntryComponents ( ) ,
29+ JournalEntitiesModule . withEntryComponents ( ) ,
30+ ResearchEntitiesModule . withEntryComponents ( ) ,
2631 HomePageRoutingModule ,
2732 StatisticsModule . forRoot ( )
2833 ] ,
You can’t perform that action at this time.
0 commit comments