Environment Setup:

To setup environment for Angular7, we need to install the below

  • Node js
  • Npm
  • Angular CLI
  • IDE for coding

Installing Nodejs and Npm – refer to Node js section.

Below screenshot shows the version of Nodejs and npm

version-nodejs-npm

Use the below command to install Angular. As you see, we use npm command to install angular cli with -g “means global”

npm install -g @angular/cli

install-angular-cli

After installation , We can check and confirm the installed version with below command.

Ng version

Below screenshot shows the output of above command

check-ng-version

To download Visual Studio Code, go to https://code.visualstudio.com/ and click Download for Windows/ubuntu. After downloading open the installer and follow the setup process in your system.

install-vs-code

Subscribe Now