diff --git a/aio/content/guide/updating-to-version-9.md b/aio/content/guide/updating-to-version-9.md index c36a5b6778..356caa0c8f 100644 --- a/aio/content/guide/updating-to-version-9.md +++ b/aio/content/guide/updating-to-version-9.md @@ -2,6 +2,12 @@ This guide contains everything you need to know about updating to the next Angular version. +
+ +For step-by-step instructions on how to update to the latest Angular release, use the interactive update guide at [update.angular.io](https://update.angular.io). + +
+ ## Updating CLI Apps If your application uses the CLI, you can update to version 9 automatically with the help of the `ng update` script: @@ -24,6 +30,12 @@ If you're curious about the specific migrations being run, see the [automated mi ## Changes and Deprecations in Version 9 +
+ + For information about Angular's deprecation and removal practices, see [Angular Release Practices](guide/releases#deprecation-practices "Angular Release Practices: Deprecation practices"). + +
+ {@a breaking-changes} ### New Breaking Changes