Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FormFieldComponent

FormFieldComponent.

example

Hierarchy

  • Component
    • FormFieldComponent

Indexable

[key: string]: any

FormFieldComponent.

example

Index

Constructors

constructor

Properties

changes$

changes$: ReplaySubject<Factory>

Optional formField

formField: FormAbstract

Optional formFieldName

formFieldName: undefined | string

Optional host

rxcompId

rxcompId: number

unsubscribe$

unsubscribe$: Subject<void>

Accessors

control

Methods

onChanges

  • onChanges(changes: Factory | Window): void

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

  • onParentDidChange(changes: Factory | Window): void

onView

  • onView(): void

pushChanges

  • pushChanges(): void

Static getInputsTokens

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

Object literals

Static meta

meta: object

inputs

inputs: string[] = ['formField', 'formFieldName']

selector

selector: string = "[formField],[formFieldName]"

hosts

hosts: object

host

host: FormAbstractCollectionDirective = FormAbstractCollectionDirective