Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventDirective

Hierarchy

Indexable

[key: string]: any

Index

Constructors

constructor

Properties

changes$

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

event

event: string = ""

rxcompId

rxcompId: number = -1

unsubscribe$

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

Methods

onChanges

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

onView

  • onView(): void

pushChanges

  • pushChanges(): void

Static getInputsTokens

Object literals

Static meta

meta: object

selector

selector: string = `[(${EVENTS.join(')],[(')})]`