diff --git a/scripts/templates/component/html.tmpl b/scripts/templates/component/html.tmpl index 16b0f3c410..0bde9e97fb 100644 --- a/scripts/templates/component/html.tmpl +++ b/scripts/templates/component/html.tmpl @@ -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}} +
+ {{text}} +
diff --git a/scripts/templates/component/module.ts.tmpl b/scripts/templates/component/module.ts.tmpl index c2d02061fc..4f5419ce47 100644 --- a/scripts/templates/component/module.ts.tmpl +++ b/scripts/templates/component/module.ts.tmpl @@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular'; ], entryComponents: [ $CLASSNAMEComponent - ], - providers: [] + ] }) export class $CLASSNAMEComponentModule {} diff --git a/scripts/templates/page/module.ts.tmpl b/scripts/templates/page/module.ts.tmpl index f68bb096ec..06e7bee3b5 100644 --- a/scripts/templates/page/module.ts.tmpl +++ b/scripts/templates/page/module.ts.tmpl @@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular'; ], entryComponents: [ $CLASSNAME, - ], - providers: [] + ] }) export class $CLASSNAMEModule {} diff --git a/scripts/templates/tabs/module.ts.tmpl b/scripts/templates/tabs/module.ts.tmpl index f68bb096ec..06e7bee3b5 100644 --- a/scripts/templates/tabs/module.ts.tmpl +++ b/scripts/templates/tabs/module.ts.tmpl @@ -11,7 +11,6 @@ import { IonicModule } from 'ionic-angular'; ], entryComponents: [ $CLASSNAME, - ], - providers: [] + ] }) export class $CLASSNAMEModule {}