@yoyoboot/l-52abp-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
11 lines (10 loc) • 459 B
TypeScript
import { Validator, AbstractControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class MaxValueValidator implements Validator {
maxValue: number;
validate(control: AbstractControl): {
[key: string]: any;
};
static ɵfac: i0.ɵɵFactoryDeclaration<MaxValueValidator, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValueValidator, "[maxValue]", never, { "maxValue": "maxValue"; }, {}, never>;
}