milantenk / ngx-interactive-paycard

Interactive Angular payment card library.
Other
79 stars 14 forks source link

Update Outputs #21

Closed vithort closed 3 years ago

vithort commented 3 years ago

Change output submitChanges for changeCardNumber: the nomenclature was confused, it was not a submit event, but a change event

add a new Output: changeCard. It implements a return of the card data for any modified field

Included in the example a way to check the Brand of the card using the outputs, when you type the Card Number the function search the band and change the logo.

vithort commented 3 years ago

Update the logos :)

my bad! :(