Installing the Angular CLI

  1. Start by opening a command prompt in admin mode.
  2. Type “npm install -g @angular/cli” and hit ENTER to install the Angular CLI (Command Line Interface)
    1. Now type “ng version” to ensure Angular CLI was properly installed. It should look something like the screenshot below.