How to updating angular cli?



How to updating angular cli?..

Answer / Nitin Paliwal

To update Angular CLI, you can use the npm command. Open your terminal and run: npm install -g @angular/cli. If you have multiple versions of Angular CLI installed, use npm list -g --depth=0 to check the versions, and then selectively uninstall unwanted versions using npm uninstall -g <version>.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is one-way bindings?

1 Answers  


How to enable lazy loading?

1 Answers  


How to use foreach in angular js?

1 Answers  


Explain the concept of scope hierarchy? How many scope can an application have?

1 Answers  


What are the securities threats should we be aware of in angular 2 applications?

1 Answers  


Is angular modules and es modules are the same?

1 Answers  


What is ecmascript ?

1 Answers  


Do you know what is services in angular.js?

1 Answers  


What companies are using angular?

1 Answers  


What is a controller angular?

1 Answers  


What is the difference between ng-model and ng-bind in angularjs?

1 Answers  


Can you bootstrap multiple angular applications on same element?

1 Answers  


Categories