From the course: Learning the Angular CLI
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Using the Angular Update Guide - Angular Tutorial
From the course: Learning the Angular CLI
Using the Angular Update Guide
- [Instructor] During this chapter, we will be working on updating an existing Angular application to the latest version of Angular. We'll be taking a look at this particular project, which is a project built in another one of my courses where we work with Angular and Firebase. I highly recommend you check that out. Taking a look at the package.json, we can see that version 8 of Angular is being used, while the latest stable version is 10. The easiest way to get started in updating an existing Angular project is to head over to the official Angular Update Guide at update.angular.io. Here, you can choose the version of Angular to update from and the version you want to update to. It is not recommended that you update across multiple major versions. For instance, if I'm on version 8, I shouldn't update directly to 10 but rather perform an incremental update first to version 9 and then to version 10. It may be a tedious…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.