How to update to angular 5?
Answer / Sachin Pawar
To update to Angular 5 from Angular 4, you can follow these steps: 1. Install the latest version of Node.js and npm; 2. Backup your project; 3. Run `ng update @angular/cli` to upgrade the CLI; 4. Run `npm install @angular/common@5 @angular/compiler@5 @angular/core@5 @angular/forms@5 @angular/platform-browser@5 --save` to update Angular core modules and their dependencies; 5. Run `ng update` to update all other dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some tools for testing angularjs applications?
Which Angular Directive Would You Use To Hide An Element From The DOM Without Modifying Its Style?
Ln component and service which logic that we have to write?
When will nginit be called?
What is the difference between $watch and $observe?
Can I use angularjs with php?
What is a component angular?
What is the possible order of life-cycle hooks?
Name the building blocks of Angular?
How would you make use of onnginit()?
Please explain package.json file in angular?
What is routing in angular 2?