mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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: [
|
imports: [
|
||||||
IonicModule.forChild($CLASSNAMEComponent)
|
IonicModule.forChild($CLASSNAMEComponent)
|
||||||
],
|
|
||||||
entryComponents: [
|
|
||||||
$CLASSNAMEComponent
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class $CLASSNAMEComponentModule {}
|
export class $CLASSNAMEComponentModule {}
|
||||||
|
@ -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 {}
|
||||||
|
@ -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 {}
|
||||||
|
Reference in New Issue
Block a user