Saturday 24 November 2018

Starting with Angular ? So do you know Angular CLI ?

Angular now has its own CLI (command line interface), which will do most of the routine operations for you. To start using Angular, we have to install it.
It requires Node 6.9.0 or higher as well as NPM 3 or higher.

Once they are both installed, we are going to install Angular CLI by running the following:

npm install -g @angular/cli

No comments:

Post a Comment