UNPKG

@yoyoboot/l-52abp-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.

11 lines (10 loc) 459 B
import { Validator, AbstractControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class MinValueValidator implements Validator { minValue: number; validate(control: AbstractControl): { [key: string]: any; }; static ɵfac: i0.ɵɵFactoryDeclaration<MinValueValidator, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<MinValueValidator, "[minValue]", never, { "minValue": "minValue"; }, {}, never>; }