Tools/application you have need
- node js
- code editor(Visual Code Studio)
- git(optional)
Install Globally Latest Angular in your pc
npm install -g @angular/cli
To create, build, and serve a new, basic Angular project on a development server, go to the parent directory of your new workspace use the following commands:
- ng new my-first-project [Create New Project]
- cd my-first-project [Chane Directory to your project folder]
- ng serve [Angular Service Start]
- npm i [install/update node package manager]