Skip to content

Instantly share code, notes, and snippets.

@esperancaJS
esperancaJS / howweuseangularcli.md
Last active August 21, 2017 11:58
Using Angular CLI in a way that scales

Angular CLI - Lessons Learned

Why Angular 2 and angular CLI ?

The one difference we can all agree on between developing in Angular or in React is the level of predictability.

Jumping from an Angular project to another should be seamless if it follows the same principles described in the style guide.

And Angular CLI helps this level of predictability even further by giving us a standard and encapsulated way of managing our environments, generating new elements and keeping up to date with the best way of doing all this.