| 41 | * @returns an optional [[HookResult]] which may alter the transition |
| 42 | */ |
| 43 | export interface Ng1StateTransitionHook { |
| 44 | (...injectables: any[]): HookResult; |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * @internalapi |
nothing calls this directly
no outgoing calls
no test coverage detected