UNPKG

@ogs-gmbh/ngx-utils

Version:

A lightweight collection of utility functions and helpers for Angular applications

5 lines 198 B
import { ValidatorFn } from "@angular/forms"; export declare namespace CustomValidators { const length: (requiredLength: number) => ValidatorFn; } //# sourceMappingURL=custom-validators.d.ts.map