(
route: ActivatedRouteSnapshot,
state: RouterStateSnapshot,
)
| 1356 | */ |
| 1357 | export interface Resolve<T> { |
| 1358 | resolve( |
| 1359 | route: ActivatedRouteSnapshot, |
| 1360 | state: RouterStateSnapshot, |
| 1361 | ): MaybeAsync<T | RedirectCommand>; |
no outgoing calls