Angular 4 Install Process

Angular 4 Install Process in Ubuntu

Open Your Terminal Step by Step execute below command:-
1) node -v 9.0
2) npm -v 5.5.1
3) sudo npm install @angular/cli
4) ng -v
5) ng new projectname
6) ng serve

If you need more component then follow below CMD

ng g component new-cmp

Leave a comment