On this page
AbstractFormGroupDirective
directive
A base class for code shared between the NgModelGroup and FormGroupName directives.
Properties
| Property | Description |
|---|---|
override |
The top-level directive for this group if present, otherwise null. |
control: FormGroup |
Read-Only |
path: string[] |
Read-Only |
formDirective: Form | null |
Read-Only |
Inherited from ControlContainer
Inherited from AbstractControlDirective
abstract control: AbstractControl | nullvalue: anyvalid: boolean | nullinvalid: boolean | nullpending: boolean | nulldisabled: boolean | nullenabled: boolean | nullerrors: ValidationErrors | nullpristine: boolean | nulldirty: boolean | nulltouched: boolean | nullstatus: string | nulluntouched: boolean | nullstatusChanges: Observable<any> | nullvalueChanges: Observable<any> | nullpath: string[] | nullvalidator: ValidatorFn | nullasyncValidator: AsyncValidatorFn | null
Inherited from AbstractControlDirective
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/forms/AbstractFormGroupDirective