(
route: ActivatedRouteSnapshot,
state: RouterStateSnapshot,
)
| 1299 | */ |
| 1300 | export interface Resolve<T> { |
| 1301 | resolve( |
| 1302 | route: ActivatedRouteSnapshot, |
| 1303 | state: RouterStateSnapshot, |
| 1304 | ): MaybeAsync<T | RedirectCommand>; |
no outgoing calls