MCPcopy
hub / github.com/angular-ui/ui-router / Ng1StateTransitionHook

Interface Ng1StateTransitionHook

src/interface.ts:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 * @returns an optional [[HookResult]] which may alter the transition
42 */
43export interface Ng1StateTransitionHook {
44 (...injectables: any[]): HookResult;
45}
46
47/**
48 * @internalapi

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected