UNPKG

im-angular-validators

Version:

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

5 lines (4 loc) 102 B
export interface IMPhoneNumberErrorInterface { isInvalid: boolean; countryName: string; }