Necessary things
1. Code editor
2. Angular CLI
3. Extensions for Angular in VS Code
1. Code editor
Here, we can use VS Code [External Link] for angular poject. Because, it has numerous extensions package to support angular project development.
2. Angular CLI
Angular CLI is very important things in angular project development
npm install -g @angular/cli
If you get error like "'npm' is not recognized as an internal or external command, operable program or batch file." then you need to install npm on your system. Please follow this to install npm and node installation.
3. Extensions for Angular in VS Code
There are numerous extensions available for angular in VS code. We can get all necessary extensions by installing Angular Extension Pack
Alternatively, you can find them in VS Code's Extension market place section.
In next part, we will discuss about creating project and structure.
Stay tuned !!!