TransitionCreateHookFn | @uirouter/angular
Options
Menu

Interface TransitionCreateHookFn

The signature for Transition onCreate Hooks.

Transition onCreate Hooks are callbacks that allow customization or preprocessing of a Transition before it is returned from TransitionService.create

Hierarchy

  • TransitionCreateHookFn

Callable

  • __call(transition: Transition): void
  • The signature for Transition onCreate Hooks.

Generated using TypeDoc