fix: public API golden files (#16414)
This commit is contained in:
parent
8c09d10ba9
commit
8c50457385
2
tools/public_api_guard/forms/forms.d.ts
vendored
2
tools/public_api_guard/forms/forms.d.ts
vendored
@ -548,8 +548,8 @@ export interface ValidatorFn {
|
|||||||
|
|
||||||
/** @stable */
|
/** @stable */
|
||||||
export declare class Validators {
|
export declare class Validators {
|
||||||
static compose(validators: null): null;
|
|
||||||
static compose(validators: (ValidatorFn | null | undefined)[]): ValidatorFn | null;
|
static compose(validators: (ValidatorFn | null | undefined)[]): ValidatorFn | null;
|
||||||
|
static compose(validators: null): null;
|
||||||
static composeAsync(validators: (AsyncValidatorFn | null)[]): AsyncValidatorFn | null;
|
static composeAsync(validators: (AsyncValidatorFn | null)[]): AsyncValidatorFn | null;
|
||||||
static email(control: AbstractControl): ValidationErrors | null;
|
static email(control: AbstractControl): ValidationErrors | null;
|
||||||
static max(max: number): ValidatorFn;
|
static max(max: number): ValidatorFn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user