Steps to setup Angular 9 on machine.
- Install angular CLI :- with angular command line interface you can initialize angular 2 project and run on server.
npm install -g angular-cli
Comments
Post a Comment