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

@@ -60,9 +60,6 @@ const ENTRY_COMPONENTS = [
],
declarations: [
...ENTRY_COMPONENTS,
],
entryComponents: [
...ENTRY_COMPONENTS
]
})
export class ResearchEntitiesModule {