UNPKG

@zarlex/ngx-accessor

Version:

This library provides an adapter to interact with Angular forms. It also provides an adapter to work with object signals and forms

9 lines (8 loc) 495 B
import { AbstractControl, MinValidator as NgMinValidator, ValidationErrors } from '@angular/forms'; import * as i0 from "@angular/core"; export declare const MIN_VALIDATOR: any; export declare class MinValidator extends NgMinValidator { validate(control: AbstractControl): ValidationErrors | null; static ɵfac: i0.ɵɵFactoryDeclaration<MinValidator, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<MinValidator, "[ngxAccessor][min]", never, {}, {}, never, never, true, never>; }