UNPKG

ngx-phone-validators

Version:

An implementation of angular validators for Angular 2 and higher

4 lines (3 loc) 291 B
export { PhoneValidators } from "./components/phone/phone-validators"; export { PhoneValidatorDirective, CountryCodeValidatorDirective, PossiblePhoneValidatorDirective, } from "./components/phone/phone.directive"; export { PhoneValidatorsModule } from "./components/phoneValidators.module";