Angular CLI (#22019)

This commit is contained in:
Manvender Singh Rathore
2018-11-18 08:43:56 +05:30
committed by Christopher McCormack
parent d93ad2c00b
commit 9cb3bc280d

View File

@ -22,6 +22,15 @@ After some modifications, Angular 4.0 was released on Dec-2016. Angular 4 is bac
We can add Angular either by referencing the sources available or downloading the framework.
**Install using Angular CLI**
npm install -g @angular/cli
ng new app-name
cd app-name
ng serve
For more information follow the link https://cli.angular.io/
**Link To Source**:
AngularJS: We can add AngularJS(Angular 1.x versions) by referencing the Content Delivery Network from Google.