Global router state

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

Constructors

Properties

$get: (() => UIRouterGlobals)[] = ...
lastStartedTransitionId: number
params: StateParams

Current parameter values

The parameter values from the latest successful transition

successfulTransitions: Queue
transitionHistory: Queue