How to install Angular CLI 👇
Install CLI :
npm install -g @angular/cli
Here: G is Global
How to check CLI version:
Using cmd: ng version
0 Comments