References to the UI-Router directive classes, for use within a @Component's directives:
property
Given a TransEvt (Transition event: started, success, error) and a UISref Target State, return a SrefStatus object which represents the current status of that Sref: active, activeEq (exact match), entering, exiting
Given a TransEvt (Transition event: started, success, error) and a UISref Target State, return a SrefStatus object which represents the current status of that Sref: active, activeEq (exact match), entering, exiting
Returns a Predicate
Returns a Predicate
The predicate returns true when the target state (and param values) match the (tail of) the path, and the path's param values
Given basePath: [a, b], appendPath: [c, d]), Expands the path to [c], [c, d] Then appends each to [a,b,] and returns: [a, b, c], [a, b, c, d]
Generated using TypeDoc
The UI-Router Angular 2 directives:
UISrefActiveEq
) Adds a css class when a UISref's target state (or a child state) is active