0.0.10 • Published 2 years ago

ngx-credit-card-inputs v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NgxCc - Credit Card Validator for Angular Apps

ngx-cc provides set of components that can determine the card type(e.g visa, master card etc) and validate it by using card-validator. It can be used with or without angular material. Please look at the demo for more details.

Features!

  • Validate card and show their respective icon
  • Validate card date
  • Validate card CVV

Components

Selector: ngx-cc

Description: A component used to validate the card number and show the matched card type as user start typing.

Selector: ngx-cc-date

Description: A component used to validate the card date and format it if valid

Selector: ngx-cc-cvv

Description: A component used to validate the card security code.

In order to override the styles on the component, you can pass a css class by using styleClass property on any of above component

Note: In order to use it without angular material, you need to set defaultStyles attribute on components.

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago