mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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
|
||||
for more info on Angular 2 Components.
|
||||
-->
|
||||
|
||||
{{text}}
|
||||
<div>
|
||||
{{text}}
|
||||
</div>
|
||||
|
@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
|
||||
],
|
||||
entryComponents: [
|
||||
$CLASSNAMEComponent
|
||||
],
|
||||
providers: []
|
||||
]
|
||||
})
|
||||
export class $CLASSNAMEComponentModule {}
|
||||
|
@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
|
||||
],
|
||||
entryComponents: [
|
||||
$CLASSNAME,
|
||||
],
|
||||
providers: []
|
||||
]
|
||||
})
|
||||
export class $CLASSNAMEModule {}
|
||||
|
@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
|
||||
],
|
||||
entryComponents: [
|
||||
$CLASSNAME,
|
||||
],
|
||||
providers: []
|
||||
]
|
||||
})
|
||||
export class $CLASSNAMEModule {}
|
||||
|
Reference in New Issue
Block a user