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
Which browsers does angular work with?
Name the key features of angular js?
What is components in angular 2?
What is the purpose of a filter in angular?
What is scope in angular?
Explain the concept of scope hierarchy? How many scope can an application have?
What are differences between templateurl and template?
What is the use of arrow function in angular 2?
What is AOT Compilation?
How would you make an angularjs service return a promise? Write a code snippet as an example
What is route guard?
What are the security threats should we be aware of in angular 2 application?
What is the difference between ngoninit() and constructor() of a component?
What are services in angularjs?
Explain service worker in reference to angular js?