UNPKG

im-angular-validators

Version:

This library will help you with lots of already written mostly used validators for Angular 2+ applications.

7 lines (6 loc) 216 B
import { IMPasswordOperatorEnum } from '../enums/password-operator.enum'; export interface IMPasswordErrorInterface { isInvalid: boolean; operator: IMPasswordOperatorEnum; comparingValue: number; }