You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -152,7 +157,7 @@ function mergeSrefStatus(left: SrefStatus, right: SrefStatus) {
152
157
* ```
153
158
*
154
159
* The `uiSrefStatus` event is emitted whenever an enclosed `uiSref`'s status changes.
155
-
* The event emitted is of type [[SrefStatus]], and has boolean values for `active`, `exact`, `entering`, and `exiting`.
160
+
* The event emitted is of type [[SrefStatus]], and has boolean values for `active`, `exact`, `entering`, and `exiting`; also has a [[StateOrName]] `identifier`value.
156
161
*
157
162
* The values from this event can be captured and stored on a component (then applied, e.g., using ngClass).
0 commit comments