Removed entry components from module definitions

This commit is contained in:
Giuseppe Digilio
2020-12-01 20:38:03 +01:00
parent 18160b16db
commit 9336693cc7
18 changed files with 8 additions and 72 deletions

View File

@@ -138,10 +138,6 @@ const EXPORTS = [
],
exports: [
...EXPORTS
],
entryComponents: [
AdminSidebarSectionComponent,
ExpandableAdminSidebarSectionComponent
]
})
export class AppModule {