UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

7 lines (6 loc) 185 B
import { ValidatorFn } from "@angular/forms"; /** * An array selection must have * at least x items */ export declare function xmatMaxListSelection(max?: number): ValidatorFn;