Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForItem

Hierarchy

Indexable

[key: string]: any

Index

Constructors

constructor

  • new ForItem(key: string, $key: number | string, value: string, $value: any, index: number, count: number, parentInstance: Factory): ForItem

Properties

changes$

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

count

count: number

index

index: number

rxcompId

rxcompId: number = -1

unsubscribe$

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

Static meta

Accessors

even

  • get even(): boolean

first

  • get first(): boolean

last

  • get last(): boolean

odd

  • get odd(): boolean

Methods

onChanges

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

onView

  • onView(): void

pushChanges

  • pushChanges(): void

Static getInputsTokens

Static mergeDescriptors

  • mergeDescriptors(source: Object, instance: Factory, descriptors?: {}): {}