ngx-payment-inputs
Version:
A set of Angular Directives to validate and format credit card inputs.
8 lines • 379 B
JavaScript
export * from './lib/payment-inputs.module';
export * from './lib/services/card-type.service';
export * from './lib/directives/card-number.directive';
export * from './lib/directives/card-expire-date.directive';
export * from './lib/directives/card-cvv.directive';
export * from './lib/validators';
export * from './lib/models/card-types.model';
//# sourceMappingURL=index.js.map