fix(forms): getRawValue returns any instead of Object (#12599)
This commit is contained in:

committed by
vikerman

parent
778e6ad3b4
commit
09092ac3c2
2
tools/public_api_guard/forms/index.d.ts
vendored
2
tools/public_api_guard/forms/index.d.ts
vendored
@ -269,7 +269,7 @@ export declare class FormGroup extends AbstractControl {
|
||||
}, validator?: ValidatorFn, asyncValidator?: AsyncValidatorFn);
|
||||
addControl(name: string, control: AbstractControl): void;
|
||||
contains(controlName: string): boolean;
|
||||
getRawValue(): Object;
|
||||
getRawValue(): any;
|
||||
patchValue(value: {
|
||||
[key: string]: any;
|
||||
}, {onlySelf, emitEvent}?: {
|
||||
|
Reference in New Issue
Block a user