Installing Angular Command Line Interface(CLI)

  1. Install Node.js. Install Node.js
  2. Run npm install -g @angular/cli in terminal (cmd)
  3. Wait for it! It really takes time.

If you want to install a specific version of Angular CLI, say version 1.7.3, you can run npm install -g @angular/cli@1.7.3 in the second step.