UNPKG

@floydspace/ngx-validation

Version:

angular 2, 4 set of custom validation directives

7 lines (6 loc) 198 B
import { Validator, AbstractControl } from '@angular/forms'; export declare class DateValidator implements Validator { validate(c: AbstractControl): { [key: string]: any; }; }