We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded5a0e commit f17f32cCopy full SHA for f17f32c
1 file changed
packages/router/src/provide_router.ts
@@ -750,7 +750,8 @@ export type ExperimentalAutoCleanupInjectorsFeature =
750
*
751
* This feature is opt-in and requires `RouteReuseStrategy.shouldDestroyInjector` to return `true`
752
* for the routes that should be destroyed. If the `RouteReuseStrategy` uses stored handles, it
753
- * 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
754
+ * reattached are not destroyed.
755
756
* @experimental 21.1
757
*/
0 commit comments