Showing posts with label Angular Environment Setup. Show all posts
Showing posts with label Angular Environment Setup. Show all posts

Monday 16 May 2016

Angular Environment Setup


Angular  Environment Setup:

Here are the simple steps to configure the angular environment.

Step 1 : Firstly you need to check if npm is installed in the system or not. Simply  use “npm -version ” in the command prompt , if this shows any version in the system your are good to proceed with second step else go to this link  https://nodejs.org/en/  to download and install the node then proceed with step2.

Step 2 : Secondly you need to check for “ng -version” for angular CLI , if you get  some version in the command prompt then you are good to go with the angular development ,else  run the command in the cmd prompt  “npm install -g @angular/cli”  to install the angular cli globally (-g in the command indicates globally)


Hey!!!! If you done with the above 2 steps then you are good for the development to start with.