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.
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.