generator-angular2 icon indicating copy to clipboard operation
generator-angular2 copied to clipboard

A Yeoman Generator to create Angular2 apps right now.

Results 15 generator-angular2 issues
Sort by recently updated
recently updated
newest added
trafficstars

I have generated the application but when I run npm start, I am getting the following error. sudo npm start > [email protected] start /Users/nmadasu/Projects/dashboard1 > gulp dev [12:58:59] Using gulpfile...

run 'gulp build:prod' error generated on 'bundle:app' task. The issue occured on finding 'node_modules' folder. Solution: ''' (function(global) { var paths = { 'npm:': './node_modules/' }; var map = {...

i'd like to know if there are plans to support angular rc5, from this version angular2 come stable, i think since ngmodule is implemented.

Hi. How to use the implements? For example, I need to use - implements OnChanges - https://angular.io/docs/js/latest/api/core/index/OnChanges-class.html

Hello, I ran into a weird issue while trying the generator. When i run gulp through npm, it doesn't generate the build folder. However if I run gulp directly, everything...

I've followed as per your tutorials and find the following error when running `yo angular2`. ``` Error angular2 You don't seem to have a generator with the name angular2 installed....

can't install/run

This commands: - mkdir 2angulp - cd 2angulp - yo angular2 Got the following error: 13:20:50] Using gulpfile /Library/WebServer/Documents/2angulp/gulpfile.js [13:20:50] Starting 'dependencies'... [13:20:50] Starting 'js'... [13:20:50] Starting 'html'... [13:20:50] Starting...

bug

Current list of options to implement: - `.js` - `.es6` - `.ts`

feature