chore(generators): update component generator comments

This commit is contained in:
Tim Lancina
2016-01-07 14:38:59 -06:00
parent 240cd2c3e1
commit 11acd6c39b
2 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
<!--
Generated template for <%= jsClassName %>.
Generated template for the <%= jsClassName %> component.
See https://angular.io/docs/ts/latest/api/core/ComponentMetadata-class.html
for more info on Components.
for more info on Angular 2 Components.
-->
<div>
{{text}}

View File

@@ -1,6 +1,12 @@
import {Component} from 'angular2/core';
import {IONIC_DIRECTIVES} from 'ionic/ionic';
/*
Generated class for the <%= jsClassName %> component.
See https://angular.io/docs/ts/latest/api/core/ComponentMetadata-class.html
for more info on Angular 2 Components.
*/
@Component({
selector: '<%= fileName %>',
templateUrl: '<%= directory %>/<%= fileName %>/<%= fileName %>.html',