Angular Framework Installation
Step 1st:-
Download node package manager using http://nodejs.org
install a node package manager, after successful installation of node check node version
open command prompt node -v
step2nd:-
Install Angular Framework using npm install -g @angular/cli@latest
Step3rd:-
check the angular version using ng --version
step4th:-
create application using
ng new applicationnane
step5th:-
ng serve
step6th:-
Create Component
ng generate component componentname
ng g c componentname
Create an Angular Tour App:- https://angular.io/tutorial/toh-pt4
POST Answer of Questions and ASK to Doubt