UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

8 lines (7 loc) 217 B
import { AbstractControl } from '@angular/forms'; /** * Validator to check that passwords are the same */ export declare function passwordValidator(control: AbstractControl): { [key: string]: boolean; } | null;