mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(templates): entryComponents are not needed with code splitting
This commit is contained in:
@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
|
||||
],
|
||||
imports: [
|
||||
IonicModule.forChild($CLASSNAMEComponent)
|
||||
],
|
||||
entryComponents: [
|
||||
$CLASSNAMEComponent
|
||||
]
|
||||
})
|
||||
export class $CLASSNAMEComponentModule {}
|
||||
|
@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
|
||||
],
|
||||
imports: [
|
||||
IonicModule.forChild($CLASSNAME),
|
||||
],
|
||||
entryComponents: [
|
||||
$CLASSNAME,
|
||||
]
|
||||
})
|
||||
export class $CLASSNAMEModule {}
|
||||
|
@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
|
||||
],
|
||||
imports: [
|
||||
IonicModule.forChild($CLASSNAME),
|
||||
],
|
||||
entryComponents: [
|
||||
$CLASSNAME,
|
||||
]
|
||||
})
|
||||
export class $CLASSNAMEModule {}
|
||||
|
Reference in New Issue
Block a user