Software Engineer/Angular Consultant
v 1.1 (02/11/2017)
v 1.0 (31/10/2017)
v 1.1 (02/11/2017)
v 1.0 (31/10/2017)
TypeScript-based open-source front-end web application platform led by the Angular Team at Google
(c) Wikipedianpm install -g @angular/cli
ng new my-app
cd my-app
ng serve
ng generate component my-component (ng g c my-component)
ng generate service my-service (ng g s my-service)
ng generate module my-module (ng g s my-module)
ng lint
ng test
ng e2e
ng build --prod
This feature was originally planned for rollout in Q1 of next year (2018), so unless we changed our mind about this, we should have a discussion about it.
(c) @IgorMinar