@schoolbelle/common
Version:
17 lines (16 loc) • 953 B
TypeScript
export * from './lib/phone-number.pipe';
export * from './lib/phone-number.component';
export * from './lib/phone-number.module';
export * from './lib/functions/intl-tel-validator.fn';
export * from './lib/functions/parse-intl-tel.fn';
export * from './lib/components/country-select/country-select.component';
export * from './lib/components/country-select/country-select.module';
export * from './lib/directives/intl-tel-validator/intl-tel-validator';
export * from './lib/directives/local-tel-input/local-tel-input.directive';
export * from './lib/directives/local-tel-input/local-tel-input.module';
export * from './lib/configs/intl-tel-country-config.default';
export * from './lib/configs/intl-tel-country-config.interface';
export * from './lib/configs/intl-tel-country.token';
export * from './lib/configs/default-country-calling-code.token';
export * from './lib/resource/country.model';
export * from './lib/services/intl-tel-country.service';