(
component: T,
currentRoute: ActivatedRouteSnapshot,
currentState: RouterStateSnapshot,
nextState: RouterStateSnapshot,
)
| 1048 | */ |
| 1049 | export interface CanDeactivate<T> { |
| 1050 | canDeactivate( |
| 1051 | component: T, |
| 1052 | currentRoute: ActivatedRouteSnapshot, |
| 1053 | currentState: RouterStateSnapshot, |
no outgoing calls