ng2_directives | UI-Router
Options
All
  • Public
  • Public/Protected
  • All
Menu

External module ng2_directives

The UI-Router Angular 2 directives:

  • UIView: A viewport for routed components
  • UISref: A state ref to a target state; navigates when clicked
  • UISrefActive: (and UISrefActiveEq) Adds a css class when a UISref's target state (or a child state) is active

Index

Variables

UIROUTER_DIRECTIVES: Array<UISref | AnchorUISref | UIView | UISrefActive | UISrefStatus>

References to the UI-Router directive classes, for use within a @Component's directives: property

References to the UI-Router directive classes, for use within a @Component's directives: property

deprecated

use UIRouterModule

_UIROUTER_DIRECTIVES: Array<UISref | AnchorUISref | UIView | UISrefActive | UISrefStatus>

Functions

  • getSrefStatus(event: TransEvt, srefTarget: TargetState): SrefStatus
  • 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

    Parameters

    Returns SrefStatus


  • spreadToSubPaths(basePath: PathNode[], appendPath: PathNode[]): PathNode[]
  • 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]

Object literals

inactiveStatus: object
active: boolean
entering: boolean
exact: boolean
exiting: boolean

Generated using TypeDoc