Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FormGroupDirective

FormGroupDirective.

example
...

Hierarchy

Indexable

[key: string]: any

FormGroupDirective.

example
...

Index

Constructors

constructor

Properties

changes$

changes$: ReplaySubject<Factory>

Optional formGroup

formGroup: FormGroup

Optional formGroupName

formGroupName: 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[] = ['formGroup', 'formGroupName']

selector

selector: string = "[formGroup],[formGroupName]"

hosts

hosts: object

host

host: FormAbstractCollectionDirective = FormAbstractCollectionDirective