In this article I will explain with an example, how to install Angular CLI in Windows.
 
 
Installing Angular CLI
1. You need to make sure whether Node.js is installed, if it is not installed then you will need to install it using the following link.
2. Once installed, you will need to navigate to the installation folder of Node.js using the cd (Change Directory) command.
How to install Angular CLI in Windows
 
3. Then, type the following npm command for installing Angular CLI.
npm install -g @angular/cli
 
How to install Angular CLI in Windows
 
4. Finally, you will see that the Angular CLI is installing.
How to install Angular CLI in Windows
 
5. Once the Angular CLI is fully installed, you should see following.
How to install Angular CLI in Windows