Skip to content

Commit fbe080f

Browse files
atscottamishne
authored andcommitted
docs(router): Fix method name for retrieving stored handles
method name was documented incorrectly. this fixes the name (cherry picked from commit f17f32c)
1 parent 1be52ad commit fbe080f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/router/src/provide_router.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,8 @@ export type ExperimentalAutoCleanupInjectorsFeature =
798798
*
799799
* This feature is opt-in and requires `RouteReuseStrategy.shouldDestroyInjector` to return `true`
800800
* for the routes that should be destroyed. If the `RouteReuseStrategy` uses stored handles, it
801-
* should also implement `retrieveStoredHandle` to ensure we don't destroy injectors for handles that will be reattached.
801+
* should also implement `retrieveStoredRouteHandles` to ensure injectors for handles that will be
802+
* reattached are not destroyed.
802803
*
803804
* @experimental 21.1
804805
*/

0 commit comments

Comments
 (0)