On this page
AbstractFormGroupDirective
directive
A base class for code shared between the NgModelGroup and FormGroupName directives.
NgModules
Properties
| Property | Description |
|---|---|
control: FormGroup |
Read-Only The |
path: string[] |
Read-Only The path to this group from the top-level directive. |
formDirective: Form | null |
Read-Only The top-level directive for this group if present, otherwise null. |
validator: ValidatorFn | null |
Read-Only The synchronous validators registered with this group. |
asyncValidator: AsyncValidatorFn | null |
Read-Only The async validators registered with this group. |
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[] | null
Inherited from AbstractControlDirective
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v10.angular.io/api/forms/AbstractFormGroupDirective