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