A directive (which pairs with a UISref) and emits events when the UISref status changes.
This directive is used by the UISrefActive directive.
The event emitted is of type SrefStatus, and has boolean values for active, exact, entering, and exiting
active
exact
entering
exiting
The values from this event can be captured and stored on a component, then applied (perhaps using ngClass).
This API is subject to change.
Monitor all child components for UISref(s)
The current status
current statuses of the state/params the uiSref directive is linking to
Generated using TypeDoc
A directive (which pairs with a UISref) and emits events when the UISref status changes.
This directive is used by the UISrefActive directive.
The event emitted is of type SrefStatus, and has boolean values for
active
,exact
,entering
, andexiting
The values from this event can be captured and stored on a component, then applied (perhaps using ngClass).
This API is subject to change.