From 341d5847d6a7d3f922040f5baf11f7bc64e6f9bc Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Tue, 12 Nov 2019 10:21:30 -0800 Subject: [PATCH] docs: add xrefs to update app and deprecations policy (#33767) PR Close #33767 --- aio/content/guide/updating-to-version-9.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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