chore(templates): entryComponents are not needed with code splitting

This commit is contained in:
jgw96
2017-03-22 13:39:55 -05:00
parent 09b01baa4e
commit 4b9f673594
3 changed files with 0 additions and 9 deletions

View File

@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
], ],
imports: [ imports: [
IonicModule.forChild($CLASSNAMEComponent) IonicModule.forChild($CLASSNAMEComponent)
],
entryComponents: [
$CLASSNAMEComponent
] ]
}) })
export class $CLASSNAMEComponentModule {} export class $CLASSNAMEComponentModule {}

View File

@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
], ],
imports: [ imports: [
IonicModule.forChild($CLASSNAME), IonicModule.forChild($CLASSNAME),
],
entryComponents: [
$CLASSNAME,
] ]
}) })
export class $CLASSNAMEModule {} export class $CLASSNAMEModule {}

View File

@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
], ],
imports: [ imports: [
IonicModule.forChild($CLASSNAME), IonicModule.forChild($CLASSNAME),
],
entryComponents: [
$CLASSNAME,
] ]
}) })
export class $CLASSNAMEModule {} export class $CLASSNAMEModule {}