UNPKG

ngx-age-validator

Version:

angular custom validator to validate a given age using momentjs

3 lines (2 loc) 128 B
import { ValidatorFn } from "@angular/forms"; export declare function NgxAgeValidator(min?: number, max?: number): ValidatorFn;