build: update API Golden files after node 12 update (#34955)
PR Close #34955
This commit is contained in:

committed by
Andrew Kushnir

parent
8fbb48cc2e
commit
b3bd6ca925
2
tools/public_api_guard/forms/forms.d.ts
vendored
2
tools/public_api_guard/forms/forms.d.ts
vendored
@ -524,8 +524,8 @@ export interface ValidatorFn {
|
||||
}
|
||||
|
||||
export declare class Validators {
|
||||
static compose(validators: (ValidatorFn | null | undefined)[]): ValidatorFn | null;
|
||||
static compose(validators: null): null;
|
||||
static compose(validators: (ValidatorFn | null | undefined)[]): ValidatorFn | null;
|
||||
static composeAsync(validators: (AsyncValidatorFn | null)[]): AsyncValidatorFn | null;
|
||||
static email(control: AbstractControl): ValidationErrors | null;
|
||||
static max(max: number): ValidatorFn;
|
||||
|
Reference in New Issue
Block a user