chore(templates): clean up templates for new generators

This commit is contained in:
jgw96
2017-03-22 13:37:40 -05:00
parent a63f760786
commit 09b01baa4e
4 changed files with 6 additions and 8 deletions

View File

@ -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>

View File

@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
], ],
entryComponents: [ entryComponents: [
$CLASSNAMEComponent $CLASSNAMEComponent
], ]
providers: []
}) })
export class $CLASSNAMEComponentModule {} export class $CLASSNAMEComponentModule {}

View File

@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
], ],
entryComponents: [ entryComponents: [
$CLASSNAME, $CLASSNAME,
], ]
providers: []
}) })
export class $CLASSNAMEModule {} export class $CLASSNAMEModule {}

View File

@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular';
], ],
entryComponents: [ entryComponents: [
$CLASSNAME, $CLASSNAME,
], ]
providers: []
}) })
export class $CLASSNAMEModule {} export class $CLASSNAMEModule {}