You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Stephen Fluin edited this page Apr 25, 2018
·
1 revision
The Angular Update Guide helps developers stay up to date with Angular.
The Update Guide is designed to provide a semantic layer on top of our changelog, explaining what the changes to Angular mean for your application. It is also designed to provide actionable tasks to stay up to date.
Under The Hood
Under the hood the Angular Update Guide has a set of steps. Each step has the following:
from version - the version where the change is first possible / introduced
to version - the version where the change must be made as part of updated
action - the specific action and details the user should perform
Several other options (currently only ngUpdate, which indicates if a step only applies to those using ngUpdate)
By looking at the versions a user is moving between, we can figure out the steps that they can safely perform before the update, during the update, and after the update.