Steps to setup Angular 9 on machine. 


  1. Install angular CLI :- with  angular command line interface you can initialize angular 2 project  and run on server.  
    1. npm install -g angular-cli
       
       
       
       
       
       
       
       
       
       

Comments