UNPKG

ngx-mat-lib

Version:

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

8 lines (7 loc) 267 B
import { ValidatorFn } from "@angular/forms"; /** * This Function can be assigned to FormGroup validation * in order to verify that a given set of values * are equal */ export declare function xmatValuesMatchValidation(controlKeys: string[]): ValidatorFn;