Skip to content

Commit 4b9f673

Browse files
committed
chore(templates): entryComponents are not needed with code splitting
1 parent 09b01ba commit 4b9f673

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

scripts/templates/component/module.ts.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
88
],
99
imports: [
1010
IonicModule.forChild($CLASSNAMEComponent)
11-
],
12-
entryComponents: [
13-
$CLASSNAMEComponent
1411
]
1512
})
1613
export class $CLASSNAMEComponentModule {}

scripts/templates/page/module.ts.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
88
],
99
imports: [
1010
IonicModule.forChild($CLASSNAME),
11-
],
12-
entryComponents: [
13-
$CLASSNAME,
1411
]
1512
})
1613
export class $CLASSNAMEModule {}

scripts/templates/tabs/module.ts.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
88
],
99
imports: [
1010
IonicModule.forChild($CLASSNAME),
11-
],
12-
entryComponents: [
13-
$CLASSNAME,
1411
]
1512
})
1613
export class $CLASSNAMEModule {}

0 commit comments

Comments
 (0)