docs: add xrefs to update app and deprecations policy (#33767)
PR Close #33767
This commit is contained in:
parent
2e7a3e9ae6
commit
341d5847d6
|
@ -2,6 +2,12 @@
|
|||
|
||||
This guide contains everything you need to know about updating to the next Angular version.
|
||||
|
||||
<div class="alert is-helpful">
|
||||
|
||||
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).
|
||||
|
||||
</div>
|
||||
|
||||
## 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
|
||||
|
||||
<div class="alert is-helpful">
|
||||
|
||||
For information about Angular's deprecation and removal practices, see [Angular Release Practices](guide/releases#deprecation-practices "Angular Release Practices: Deprecation practices").
|
||||
|
||||
</div>
|
||||
|
||||
{@a breaking-changes}
|
||||
### New Breaking Changes
|
||||
|
||||
|
|
Loading…
Reference in New Issue