From 9cb3bc280d90857d9d6675e95f2a8c4509f2e424 Mon Sep 17 00:00:00 2001 From: Manvender Singh Rathore Date: Sun, 18 Nov 2018 08:43:56 +0530 Subject: [PATCH] Angular CLI (#22019) --- guide/english/angular/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guide/english/angular/index.md b/guide/english/angular/index.md index a9210544d5..133b0c55b4 100644 --- a/guide/english/angular/index.md +++ b/guide/english/angular/index.md @@ -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.