UNPKG

ngx-mat-lib

Version:

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

7 lines (6 loc) 246 B
import { ValidatorFn } from "@angular/forms"; /** * A selection must match (or must not) * one of a given list */ export declare function xmatValidListSelection(sourceOptions: any[], controlKey?: string, reverse?: boolean): ValidatorFn;