Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IfStructure

Hierarchy

Indexable

[key: string]: any

Index

Constructors

constructor

Properties

changes$

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

Optional clonedNode

clonedNode: IElement

Optional element

element: IElement

Optional ifbegin

ifbegin: IComment

Optional ifend

ifend: IComment

rxcompId

rxcompId: number = -1

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[] = ['if']

selector

selector: string = "[*if]"