FountainJS / generator-fountain-angular2

Yeoman 'fountain' generator to start a webapp with Angular 2
http://fountainjs.io
MIT License
82 stars 19 forks source link

Sugestion for include html file creation with ang2 generator #84

Closed jordaofranca closed 7 years ago

jordaofranca commented 7 years ago

New components dont have any option to create with require html file and a html file with the component name. The main foutainjs angular 2 generator create hello.ts with: @Component({ selector: 'fountain-app', template: require('./hello.html') })

it would be nice to include this option in generator.

Swiip commented 7 years ago

Component generator will be upgraded with angular 2 final support. This will me aligned.

zckrs commented 7 years ago

We have release a new version https://github.com/FountainJS/generator-fountain-webapp/releases/tag/v1.0.0-rc1 who contains Angular2 final stable version.