UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

11 lines (10 loc) 228 B
import { FormControl } from '@angular/forms'; export declare class JhiMaxValidatorDirective { jhiMax: number; constructor(); validate(c: FormControl): { max: { valid: boolean; }; }; }