Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 506 Bytes

File metadata and controls

10 lines (7 loc) · 506 Bytes

Card-Validator

This script allows to perform validation of credit cards. Validation for all credit cards - including MasterCard and Visa. (The script also makes validation of Isracard cards).

This script designed for Angular 2 apps, but you can easily change it to another frameworks. just change the type of the argument to to your chosen type.

The only script i know that checks Isracard cards.

  1. Download the .ts file.
  2. Insert it in your main app folder.
  3. Import it to your control component.