mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(router): Fix method name for retrieving stored handles
method name was documented incorrectly. this fixes the name
(cherry picked from commit f17f32c351)
This commit is contained in:
parent
1be52ad880
commit
fbe080f829
1 changed files with 2 additions and 1 deletions
|
|
@ -798,7 +798,8 @@ export type ExperimentalAutoCleanupInjectorsFeature =
|
|||
*
|
||||
* This feature is opt-in and requires `RouteReuseStrategy.shouldDestroyInjector` to return `true`
|
||||
* for the routes that should be destroyed. If the `RouteReuseStrategy` uses stored handles, it
|
||||
* should also implement `retrieveStoredHandle` to ensure we don't destroy injectors for handles that will be reattached.
|
||||
* should also implement `retrieveStoredRouteHandles` to ensure injectors for handles that will be
|
||||
* reattached are not destroyed.
|
||||
*
|
||||
* @experimental 21.1
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue