zenkkor / ngx-credit-cards

A Credit Card Directives and Form Validators package for Angular X (2+)
MIT License
30 stars 36 forks source link

Please update the code #17

Open kp144 opened 6 years ago

kp144 commented 6 years ago

cc-expiry-format.directive File

Payment.formatCardExpiry(element); Payment.restrictNumeric(element);

cc-cvc-format.directive file

Payment.formatCardCVC(element); Payment.restrictNumeric(element);

cc-number-format.directive file

Payment.formatCardNumber(element); Payment.restrictNumeric(element);