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, MaxValidator as NgMaxValidator, ValidationErrors } from '@angular/forms'; import * as i0 from "@angular/core"; export declare const MAX_VALIDATOR: any; export declare class MaxValidator extends NgMaxValidator { validate(control: AbstractControl): ValidationErrors | null; static ɵfac: i0.ɵɵFactoryDeclaration<MaxValidator, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValidator, "[ngxAccessor][max]", never, {}, {}, never, never, true, never>; }