setup
New Application Setup
It's necessary to install Node.js and NPM(Node Package Manager). If you have not installed it, you can't do any work in Angular. If you have installed Node.js, then the npm is installed automatically. For installing Node.js, visit the link given below:
(copy the link and paste it to google chrome's search engine) https://nodejs.org/en/download/
To check that NPM and Node.js are installed, run the following command in CMD (Command Prompt) or Windows Powershell:
For NPM
For Node.js
Now, let's install Angular CLI. For this, run the following command:
To confirm Angular is properly installed on your device, type the following command:
Output
*NOTE: You can skip this Unit if you have the setup.
Now, you can create a web application in angular.