mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: redirect upgrade guide to aio (#55043)
Adev doesn't document upgrade anymore. PR Close #55043
This commit is contained in:
parent
f45fbb0f43
commit
d364f6ecc9
5 changed files with 10 additions and 10 deletions
|
|
@ -1,2 +1,2 @@
|
|||
Provides tools for upgrading from the `$location` service provided in AngularJS
|
||||
to Angular's [unified location service](guide/upgrade#using-the-unified-angular-location-service).
|
||||
to Angular's [unified location service](https://angular.io/guide/upgrade#using-the-unified-angular-location-service).
|
||||
|
|
@ -66,7 +66,7 @@ const APP_BASE_HREF_RESOLVED = new InjectionToken<string>(
|
|||
/**
|
||||
* `NgModule` used for providing and configuring Angular's Unified Location Service for upgrading.
|
||||
*
|
||||
* @see [Using the Unified Angular Location Service](guide/upgrade#using-the-unified-angular-location-service)
|
||||
* @see [Using the Unified Angular Location Service](https://angular.io/guide/upgrade#using-the-unified-angular-location-service)
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ Provides support for upgrading applications from Angular JS to Angular.
|
|||
The primary entry point is deprecated. Use the secondary entry point,
|
||||
`upgrade/static`.
|
||||
|
||||
See [Angular deprecation policy](guide/deprecations).
|
||||
See [Angular deprecation policy](reference/releases#deprecation-policy).
|
||||
|
|
@ -67,7 +67,7 @@ import {
|
|||
* {@example upgrade/static/ts/full/module.ts region="ng2-heroes-wrapper"}
|
||||
*
|
||||
* For more details and examples on downgrading Angular components to AngularJS components please
|
||||
* visit the [Upgrade guide](guide/upgrade#using-angular-components-from-angularjs-code).
|
||||
* visit the [Upgrade guide](https://angular.io/guide/upgrade#using-angular-components-from-angularjs-code).
|
||||
*
|
||||
* @param info contains information about the Component that is being downgraded:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ let moduleUid = 0;
|
|||
* {@example upgrade/static/ts/lite/module.ts region="basic-how-to"}
|
||||
*
|
||||
* For more details on how to use `downgradeModule()` see
|
||||
* [Upgrading for Performance](guide/upgrade-performance).
|
||||
* [Upgrading for Performance](https://angular.io/guide/upgrade).
|
||||
*
|
||||
* @usageNotes
|
||||
*
|
||||
|
|
@ -96,7 +96,7 @@ let moduleUid = 0;
|
|||
* notify each framework as needed.
|
||||
*
|
||||
* For a more detailed discussion of the differences and their implications, see
|
||||
* [Upgrading for Performance](guide/upgrade-performance).
|
||||
* [Upgrading for Performance](https://angular.io/guide/upgrade).
|
||||
*
|
||||
* <div class="alert is-helpful">
|
||||
*
|
||||
|
|
@ -174,7 +174,7 @@ export function downgradeModule<T>(
|
|||
* {@example upgrade/static/ts/lite/module.ts region="basic-how-to"}
|
||||
*
|
||||
* For more details on how to use `downgradeModule()` see
|
||||
* [Upgrading for Performance](guide/upgrade-performance).
|
||||
* [Upgrading for Performance](https://angular.io/guide/upgrade).
|
||||
*
|
||||
* @usageNotes
|
||||
*
|
||||
|
|
@ -212,7 +212,7 @@ export function downgradeModule<T>(
|
|||
* notify each framework as needed.
|
||||
*
|
||||
* For a more detailed discussion of the differences and their implications, see
|
||||
* [Upgrading for Performance](guide/upgrade-performance).
|
||||
* [Upgrading for Performance](https://angular.io/guide/upgrade).
|
||||
*
|
||||
* <div class="alert is-helpful">
|
||||
*
|
||||
|
|
@ -291,7 +291,7 @@ export function downgradeModule<T>(moduleOrBootstrapFn: NgModuleFactory<T>): str
|
|||
* {@example upgrade/static/ts/lite/module.ts region="basic-how-to"}
|
||||
*
|
||||
* For more details on how to use `downgradeModule()` see
|
||||
* [Upgrading for Performance](guide/upgrade-performance).
|
||||
* [Upgrading for Performance](https://angular.io/guide/upgrade).
|
||||
*
|
||||
* @usageNotes
|
||||
*
|
||||
|
|
@ -329,7 +329,7 @@ export function downgradeModule<T>(moduleOrBootstrapFn: NgModuleFactory<T>): str
|
|||
* notify each framework as needed.
|
||||
*
|
||||
* For a more detailed discussion of the differences and their implications, see
|
||||
* [Upgrading for Performance](guide/upgrade-performance).
|
||||
* [Upgrading for Performance](https://angular.io/guide/upgrade).
|
||||
*
|
||||
* <div class="alert is-helpful">
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue