mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
23f914f101
commit
3b2dbf5a65
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ export type LoadChildren = LoadChildrenCallback;
|
|||
export type QueryParamsHandling = 'merge' | 'preserve' | '';
|
||||
|
||||
/**
|
||||
* The type for the function that returns a used to handle redirects when the path matches a `Route` config.
|
||||
* The type for the function that can be used to handle redirects when the path matches a `Route` config.
|
||||
*
|
||||
* The `RedirectFunction` does have access to the full
|
||||
* `ActivatedRouteSnapshot` interface. Some data are not accurately known
|
||||
|
|
|
|||
Loading…
Reference in a new issue