UIRouterGlobals | @uirouter/core
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UIRouterGlobals

Global router state

This is where we hold the global mutable state such as current state, current params, current transition, etc.

Hierarchy

  • UIRouterGlobals

Implements

Index

Properties

Methods

Properties

current

Current state

The to-state from the latest successful transition

params

params: StateParams = new StateParams()

Current parameter values

The parameter values from the latest successful transition

transition

transition: Transition

The current started/running transition. This transition has reached at least the onStart phase, but is not yet complete

Methods

dispose

  • dispose(): void

Generated using TypeDoc