generator-cg-angular icon indicating copy to clipboard operation
generator-cg-angular copied to clipboard

Yeoman generator for Enterprise Angular projects.

Results 70 generator-cg-angular issues
Sort by recently updated
recently updated
newest added

Hello, I would like to know how to configure html5mode (true) with this generator

out of the box grunt serve throws a warning "Path must be a string, null given. " and required --force to run. Adding reporterOutput: '' fixes the warning.

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Ran into this while trying to build and test a simple directive. I fixed it using ng-html2js. (more info here: http://stackoverflow.com/questions/26682740/ng-html2js-doesnt-work-with-phantom-does-work-with-chrome). Shouldn't ng-html2js be included in this generator? Has no...

Not sure what/if can be done about this, but when you try to generate a module when your existing code has a syntax error, it fails. The error wasn't very...

Hi, I received this warnings during project setup using yeoman-sm-angular. (!) require('yeoman-generator').generators.Base is deprecated. Use require('yeoman-generator').Base directly (!) require('yeoman-generator').generators.Base is deprecated. Use require('yeoman-generator').Base directly (!) this.readFileAsString() is deprecated. Use require("html-wiring").readFileAsString()...

Build failing with: `Running "ngAnnotate:main" (ngAnnotate) task Warning: Cannot assign to read only property '$methodName' of false Use --force to continue.` Updating package.json fixes problem: `"grunt-ng-annotate": "^1.0.1",`

On a fresh install on Centos 7, grunt build etc. failed with the following: ``` Running "jshint:main" (jshint) task Warning: Path must be a string. Received null Use --force to...

I'm getting this error after building or with serve:dist ``` vendor.js:9279Uncaught Error: [$injector:nomod] Module 'dmrApp' is not available! You either misspelled the module name or forgot to load it. If...