fix(forms): typed argument for FormBuilder group (#26985)
PR Close #26985
This commit is contained in:

committed by
Alex Rickabaugh

parent
2a35471abe
commit
b0c75611d6
2
tools/public_api_guard/forms/forms.d.ts
vendored
2
tools/public_api_guard/forms/forms.d.ts
vendored
@ -205,7 +205,7 @@ export declare class FormBuilder {
|
||||
control(formState: any, validatorOrOpts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[] | null): FormControl;
|
||||
group(controlsConfig: {
|
||||
[key: string]: any;
|
||||
}, legacyOrOpts?: {
|
||||
}, options?: AbstractControlOptions | {
|
||||
[key: string]: any;
|
||||
} | null): FormGroup;
|
||||
}
|
||||
|
Reference in New Issue
Block a user