(
component: T,
currentRoute: ActivatedRouteSnapshot,
currentState: RouterStateSnapshot,
nextState: RouterStateSnapshot,
)
| 1105 | */ |
| 1106 | export interface CanDeactivate<T> { |
| 1107 | canDeactivate( |
| 1108 | component: T, |
| 1109 | currentRoute: ActivatedRouteSnapshot, |
| 1110 | currentState: RouterStateSnapshot, |
no outgoing calls