Angular CLI is an command line interface tool for Angular.
Installation:
1. Prerequisite to install and run Angular CLI Commands
Need to install node.js using the below mentioned link https://nodejs.org/en/download/
2. To install Angular CLI
a) Start -- Search Node and select Node.js command prompt
b) Right click on the Node.js command prompt and run it as an administrator

c) Then Node.js command prompt will like this.
d)Install Angular CLI using the below mentioned command.
npm install -g @angular/cli@latest

e) Use the below mentioned command to check currently installed Angular CLI version
ng -v

Installation:
1. Prerequisite to install and run Angular CLI Commands
Need to install node.js using the below mentioned link https://nodejs.org/en/download/
2. To install Angular CLI
a) Start -- Search Node and select Node.js command prompt
b) Right click on the Node.js command prompt and run it as an administrator
c) Then Node.js command prompt will like this.
npm install -g @angular/cli@latest
e) Use the below mentioned command to check currently installed Angular CLI version
ng -v
Comments
Post a Comment