fix: public API golden files (#16414)
This commit is contained in:

committed by
Matias Niemelä

parent
427d63a422
commit
dcaa11a88b
2
tools/public_api_guard/forms/forms.d.ts
vendored
2
tools/public_api_guard/forms/forms.d.ts
vendored
@ -532,8 +532,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 maxLength(maxLength: number): ValidatorFn;
|
||||
|
Reference in New Issue
Block a user