Angular - CLI Setup
By AmarSivas | | Updated : 2018-06-09 | Viewed : 835 times

In this article, we will discuss about the Angular CLI Setup. Let’s set up the environment to create the application. Here we can create the entire application by using the Angular CLI. We will discuss about the Angular CLI tool and usages later.
Node JS Setup:
We need first Node JS installation. So that we can install Angular-CLI by using the npm Package manager. Please find below given steps to install the Node JS in windows.
Please use link (click here) to download the Node JS. Here we need to download the installer file for Node JS.
Please use link (click here) to download the Node JS. Here we need to download the installer file for Node JS.
Please find the below given steps to install the Node JS.
Once you click on msi, the below given window will be appeared. Please click on next button.

Please accept the license by checking the license agreement and click on next button.

Please choose installation location then click on next button.

Please select the npm package manager and click on next button.

Please click on install button then it will be installed.


Please click on finish button. Installation of Node JS will be completed.

We can check the installation whether installation is successful or not by using below given commands.

Now we need to install the Angular CLI. Angular CLI is command tool, which we can use to create different type of files.Please follow the below given steps to install the Angular CLI.
Angular-CLI Installation:
Please perform the below given command to install the Angular CLI.
Npm Install –g @angular/cli

Note: This setup requires internet/online to create the Angular App.