mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(templates): clean up templates for new generators
This commit is contained in:
@ -4,5 +4,6 @@
|
|||||||
See https://angular.io/docs/ts/latest/api/core/index/ComponentMetadata-class.html
|
See https://angular.io/docs/ts/latest/api/core/index/ComponentMetadata-class.html
|
||||||
for more info on Angular 2 Components.
|
for more info on Angular 2 Components.
|
||||||
-->
|
-->
|
||||||
|
<div>
|
||||||
{{text}}
|
{{text}}
|
||||||
|
</div>
|
||||||
|
@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
|
|||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
$CLASSNAMEComponent
|
$CLASSNAMEComponent
|
||||||
],
|
]
|
||||||
providers: []
|
|
||||||
})
|
})
|
||||||
export class $CLASSNAMEComponentModule {}
|
export class $CLASSNAMEComponentModule {}
|
||||||
|
@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
|
|||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
$CLASSNAME,
|
$CLASSNAME,
|
||||||
],
|
]
|
||||||
providers: []
|
|
||||||
})
|
})
|
||||||
export class $CLASSNAMEModule {}
|
export class $CLASSNAMEModule {}
|
||||||
|
@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
|
|||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
$CLASSNAME,
|
$CLASSNAME,
|
||||||
],
|
]
|
||||||
providers: []
|
|
||||||
})
|
})
|
||||||
export class $CLASSNAMEModule {}
|
export class $CLASSNAMEModule {}
|
||||||
|
Reference in New Issue
Block a user