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) 100 B
import { IValidator } from '../interface'; export declare function requiredValidator(): IValidator;