UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

11 lines (10 loc) 243 B
import { FormControl } from '@angular/forms'; export declare class JhiMaxbytesValidatorDirective { jhiMaxbytes: number; constructor(); validate(c: FormControl): { maxbytes: { valid: boolean; }; }; }