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

Yeoman generator for Angular2 + Gulp, base on angular2-seed and generator-gulp-angular

Results 18 generator-gulp-angular2 issues
Sort by recently updated
recently updated
newest added

How to add @angular/core module to projet. I got not found. `error TS2307: Cannot find module '@angular/core'.`

I generated the project and working in dev mode. When I tried to run in prod mode I am getting below error init.ts:1 Uncaught ReferenceError: System is not defined(…) I...

I can see the proper name for the package.json in the master branch code. But when i install it using yo, the name has spaces like **"name": "generator gulp angular2"**....

- dist/prod/index.html miss style - dist/prod/index.html miss lib.js

I am getting this error. Why? I don't understand. > Property 'map' does not exist on type 'EventEmitter'.

I have found that when the **kebab naming** is used to name the project, installing dependencies fails for npm and bower Example: Project name: angular-project Console: npm WARN Invalid name:...

When i launch serve.pro I get the following: System is not defined. init.js Line 1 Regards

``` $ yo gulp-angular2 Error gulp-angular2 You don't seem to have a generator with the name gulp-angular2 installed. You can see available generators with npm search yeoman-generator and then install...

不好意思想请教下,因为引用的angular2rc1,所以gulp需要改一下,但不知如何改,可否指点一下?

The required modules from the gulpfile.js are not included into the package.json file so the npm install command won't recognize the dependencies. So when the gulp serve.dev command is declared,...