generator-angular-material-fullstack icon indicating copy to clipboard operation
generator-angular-material-fullstack copied to clipboard

Yeoman generator for Angular with Angular Material and an Express server

Results 12 generator-angular-material-fullstack issues
Sort by recently updated
recently updated
newest added

Running 'grunt serve' results in a browser opening up and the console throwing the Error: No default engine was specified and no extension was provided.

After generation I get these deprecation messages from npm: ``` npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade...

\optipng-bin\vendor\optipng.exe ENOENT Use --force to continue. ![image](https://cloud.githubusercontent.com/assets/4148384/21570127/d3d7ea48-cea1-11e6-9ebb-6cce08b27c34.png)

As of version 1.5 $http success and error methods have been deprecated in favor of the promise API. Changes in coffee and JS are reflecting that and causes for application...

Hello How can I configure the server to use HTTPS protocol to communicate with the client?

Hello, i am trying unsuccessfully to restrict access to enpoints only to my domain, i sought examples of expression, but only found as free full access and not restrict, tried...

In package.json the webdriver manager update path script is wrong is pointing to `node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update` and it should point to `/node_modules/grunt-protractor-runner/scripts/webdriver-manager-update` I can create a very small pull request...

npm install fails with node > 4.2 and npm 3.4.1 ``` ake: *** [Release/obj.target/debug/src/debug.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2...

Hi, I've got an error and a fail on my system (OSX 10.11.4) when this command is running "node-pre-gyp install --fallback-to-build". Anyone who got the same issue ?

Dear author Thank you for your excellent generator. To make it perfect, an integration of swagger/open API would be perfect. If I could support by providing the YAML file for...