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

3 lines (2 loc) 106 B
import { IValidator } from '../interface'; export declare function maxValidator(max: number): IValidator;