Installing Angular

We have already installed the Angular-cli on your computer. This cli  will enable us to create Angular applications in any place on our computer. Check if the Angular is installed on your computer. Type the following in a terminal window:

ng -v

 To learn more about the various commands that this CLI provides, type at the prompt:

ng help