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