From the course: Learning the Angular CLI

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using ng update: Part 2

Using ng update: Part 2 - Angular Tutorial

From the course: Learning the Angular CLI

Start my 1-month free trial

Using ng update: Part 2

- [Instructor] Now that we have incrementally updated from version eight to version nine, we need to update to version 10. Let's change our drop down menu to update from version 9.1 to version 10. Since we have chosen the more detailed version previously, I will go ahead and choose the basic app complexity, as a lot of the same detailed checklist items will show up using the advanced option. Again, this will all depends on the size of this specific app you're updating. My goal here is to show you how to use this angular update guide in the most general sense so that you can be successful in updating your own applications. We previously took care of the first two items, including updating to the latest angular file library, and we don't use angular localize. Let's go ahead now and update to angular 10. ng update won't work if you have uncommitted changes. So let's commit those changes now. Go ahead and add those files and…

Contents