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

5 lines (4 loc) 144 B
import { ValidatorError } from '../validator-error'; export declare class RequiredValidationError extends ValidatorError { constructor(); }