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

11 lines (10 loc) 243 B
import { ValidatorError } from '../validator-error'; export declare class MaxValidationError extends ValidatorError<{ max: number; current: number; }> { constructor(params: { max: number; current: number; }); }