Articles tagged "angular"
1 min read
Angular ng serve: Use of const in strict mode Error
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.
3 min readIntermediate
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.