1
tools/public_api_guard/forms/index.d.ts
vendored
1
tools/public_api_guard/forms/index.d.ts
vendored
@ -543,6 +543,7 @@ export declare class Validators {
|
||||
static email(control: AbstractControl): {
|
||||
[key: string]: boolean;
|
||||
};
|
||||
static equalsTo(...fieldPaths: string[]): ValidatorFn;
|
||||
static maxLength(maxLength: number): ValidatorFn;
|
||||
static minLength(minLength: number): ValidatorFn;
|
||||
static nullValidator(c: AbstractControl): {
|
||||
|
Reference in New Issue
Block a user