UNPKG

228 BTypeScriptView Raw
1import { FormControl } from '@angular/forms';
2export declare class JhiMaxValidatorDirective {
3 jhiMax: number;
4 constructor();
5 validate(c: FormControl): {
6 max: {
7 valid: boolean;
8 };
9 };
10}