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 is @ngmodule in angular 2?
How did you stop observable?
Is angular harder than react?
What directives support animations?
What are the security threats should we be aware of in angular 2 application?
What is activatedroute in angular?
What should be the maximum number of concurrent “watches” ?
Is angular a oop?
Explain currency filter in angularjs. How can we use it?
how to generate a module in angular?
What is angular subscribe?
Explain The Concept Of Scope Hierarchy? How Many Scopes Can An Application Have?
What is an interceptor in angular? Why it is used?
How to use styleurls and styles in angular?
What are the advantages of using angular 2 over angular 1?