Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RouterLinkDirective

Hierarchy

  • Directive
    • RouterLinkDirective

Indexable

[key: string]: any

Index

Constructors

constructor

Properties

changes$

changes$: ReplaySubject<Factory>

path

path: RoutePath

rxcompId

rxcompId: number

segments

segments: RouteSegment[]

unsubscribe$

unsubscribe$: Subject<void>

Accessors

routerLink

Methods

getSegments

onChanges

  • onChanges(): void

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

  • onParentDidChange(changes: Factory | Window): void

onView

  • onView(): void

pushChanges

  • pushChanges(): void

routerLink$

  • routerLink$(): Observable<boolean>

Static getInputsTokens

  • getInputsTokens(instance: Factory, node: IElement, module: Module): {}
  • Parameters

    • instance: Factory
    • node: IElement
    • module: Module

    Returns {}

    • [key: string]: string

Object literals

Static meta

meta: object

inputs

inputs: string[] = ['routerLink']

selector

selector: string = "[routerLink]"