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

@@ -43,11 +43,7 @@ const PROVIDERS = [
...PROVIDERS
],
exports: [
...COMPONENTS,
...MODULES
],
entryComponents: [
...ENTRY_COMPONENTS
...COMPONENTS
]
})