Installing Angular CLI | how to Install Angular CLI in MAC book pro

Опубликовано: 24 Июль 2026
на канале: VSMtutorial
1,449
14

The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.

Steps to install angular CLI in MAC
1) Open terminal
2) type this command - npm install -g @angular/cli
3) Press enter

Check Angular is installed or not by this command -
ng --version