Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleDirective

Hierarchy

Indexable

[key: string]: any

Index

Constructors

constructor

Properties

changes$

changes$: ReplaySubject<Factory> = new ReplaySubject(1)

Optional previousStyle

previousStyle: {} | null

rxcompId

rxcompId: number = -1

Optional style

style: {} | null

unsubscribe$

unsubscribe$: Subject<void> = new Subject()

Methods

onChanges

  • onChanges(): void

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

onView

  • onView(): void

pushChanges

  • pushChanges(): void

Static getInputsTokens

Object literals

Static meta

meta: object

inputs

inputs: string[] = ['style']

selector

selector: string = `[[style]]`