Installing the Angular CLI
- Start by opening a command prompt in admin mode.
- Type “npm install -g @angular/cli” and hit ENTER to install the Angular CLI (Command Line Interface)

- Now type “ng version” to ensure Angular CLI was properly installed. It should look something like the screenshot below.

