directive
A base class for code shared between the NgModelGroup
and FormGroupName
directives.
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 |
ControlContainer
AbstractControlDirective
abstract control: AbstractControl | null
value: any
valid: boolean | null
invalid: boolean | null
pending: boolean | null
disabled: boolean | null
enabled: boolean | null
errors: ValidationErrors | null
pristine: boolean | null
dirty: boolean | null
touched: boolean | null
status: string | null
untouched: boolean | null
statusChanges: Observable<any> | null
valueChanges: Observable<any> | null
path: string[] | null
validator: ValidatorFn | null
asyncValidator: AsyncValidatorFn | null
AbstractControlDirective
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/forms/AbstractFormGroupDirective