INSTALL ANGULAR CLI
Install Angular CLI
Angular CLI is used to create Angular projects – applications and library code. It also allows you to perform various ongoing development tasks like testing, bundling, and deployment.
With the help of NPM, you can install Angular CLI.
Now open Command Prompt/Powershell and install the Angular CLI.
npm install -g @angular/cli