Install angular

 Install the CLI using the npm package manager: 

 

npm install -g @angular/cli

 

ng new my-first-project
 cd my-first-project
 ng serve
 

 

Comments

Popular posts from this blog