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 lazy loading images?
Explain what string interpolation is in angularjs?
What is bundle js in angular?
Explain ng-bind and ng-bind-html directives.
What would be a good use case for having your own routing module?
What do you understand by linking function? Explain its type.
What would you consider a thing you should be careful doing on onnginit()?
What are “streams” in node.js? Explain the different types of streams present in node.js?
What is factory in angularjs?
How to validate form in angular 4?
What are the main advantages of angularjs?
What is polyfill in angular?
Explain routing in angularjs?
What is angular testing? What are isolated unit tests? What are angular testing utilities?
How to define multiple restrict options on a directive in angularjs?