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 |
What is one-way bindings?
How to enable lazy loading?
How to use foreach in angular js?
Explain the concept of scope hierarchy? How many scope can an application have?
What are the securities threats should we be aware of in angular 2 applications?
Is angular modules and es modules are the same?
What is ecmascript ?
Do you know what is services in angular.js?
What companies are using angular?
What is a controller angular?
What is the difference between ng-model and ng-bind in angularjs?
Can you bootstrap multiple angular applications on same element?