AbstractFormGroupDirective

AbstractFormGroupDirective

Stable Class

Class Overview

class AbstractFormGroupDirective extends ControlContainer implements OnInit,  OnDestroy {
  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.