}

Angular Index Page 1

Angular: ng serve --open return the error "SyntaxError: Use of const in strict mode."

If when running ng serve --open you got the error SyntaxError: Use of const in strict mode. Make sure you are using node 6.9.0 at least.

Angular Index Page 1

How to create a npm package out of an AngularJS module

We explain how to create an AngularJS project skeleton that can be easily imported into another projects using grunt to build a minifies angularjs module.