feat(forms): make 'parent' a public property of 'AbstractControl' (#11855)
This commit is contained in:

committed by
Alex Rickabaugh

parent
b9fc090143
commit
445e5922ec
1
tools/public_api_guard/forms/index.d.ts
vendored
1
tools/public_api_guard/forms/index.d.ts
vendored
@ -8,6 +8,7 @@ export declare abstract class AbstractControl {
|
||||
[key: string]: any;
|
||||
};
|
||||
invalid: boolean;
|
||||
parent: FormGroup | FormArray;
|
||||
pending: boolean;
|
||||
pristine: boolean;
|
||||
root: AbstractControl;
|
||||
|
Reference in New Issue
Block a user