0.0.4 • Published 3 years ago

@satheshsat/angular-creditcard v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Creditcard npm.io

NPM JavaScript Style Guide

Install

npm install --save @satheshsat/angular-creditcard

Usage

import { Injectable } from '@angular/core';
import CreditcardService from '@satheshsat/angular-creditcard';

@Injectable({
  providedIn: 'root'
})
export class ExampleService {

  constructor(public creditcard: CreditcardService) {
    creditcard.validateCard(creditcard.generateCard().cardNumber);
  }
}

License

MIT © satheshsat

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago