AbstractFormGroupDirective

Stable Class

Class Overview

class AbstractFormGroupDirective {
  ngOnInit() : void
  ngOnDestroy() : void
  control : FormGroup
  path : string[]
  formDirective : Form
  validator : ValidatorFn
  asyncValidator : AsyncValidatorFn
}

Class Description

This is a base class for code shared between NgModelGroup and FormGroupName.

Class Details

ngOnInit() : void
ngOnDestroy() : void
control : FormGroup

Get the FormGroup backing this binding.

path : string[]

Get the path to this control group.

formDirective : Form

Get the Form to which this group belongs.

validator : ValidatorFn
asyncValidator : AsyncValidatorFn

exported from @angular/forms/index, defined in @angular/forms/src/directives/abstract_form_group_directive.ts

doc_Angular
2016-10-06 09:46:08
Comments
Leave a Comment

Please login to continue.