Answer Posted / hr@tgksolutions.com
Before installing Angular IDE using the Angular CLI tool, make sure that Node.js has already installed in your system.
• If Node.js is not installed in your system install it using the following steps.
• The basic requirement of Angular 8 is Node.js version 110.9.0 or later.
• Download node.js
• Install it on your system
• Open node.js command prompt
• Check the version run command, node-v in the console window
In order to install Angular CLI, use the following commands
• npm install –g @angular/cli or npm install –g @angular/cli@latest
To check the node and angular CLI version, run command ng –version on the console terminal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does –open or -o command do in angular?
What is bootstrap array in angular 2?
What is angular promise?
What is directive role?
What are the uses of angularjs?
How can you decrease the digest cycle time?
What is an oauth token?
When will ngoninit be called?
What is route guard in angular?
Explain host decorator in angular 2?
How would you use a route guard?
How many types of ngmodule?
Explain angular js boot process.
What is a singleton pattern? How do you use it?
What is lazy loading angularjs?