ngx-sand-credit-cards

An angular custom credit card package module.

Usage no npm install needed!

<script type="module">
  import ngxSandCreditCards from 'https://cdn.skypack.dev/ngx-sand-credit-cards';
</script>

README

ngx-sand-credit-cards

An angular credit cards package


GitHub release GitHub last commit GitHub issues GitHub pull requests
ESLint ESLint ESLint Codesize Top Language


Demo

Table of contents

Features

Goto Top

Getting Started

Step 1 : Install the package

NPM

npm install ngx-sand-credit-cards

Step 2 : After installation import NgxSandCreditCardsModule into your root or feature module

import { NgxSandCreditCardsModule } from 'sand-typeahead';

Step 3 : Add NgxSandCreditCardsModule to the imports of your NgModule

@NgModule({
  imports: [
    ...,
    NgxSandCreditCardsModule
  ],
  ...
})
class YourModule { ... }

Usage

  • Use <ngx-sand-credit-cards></ngx-sand-credit-cards> in your templates to add the default dropdown in your view like below
  <ngx-sand-credit-cards></ngx-sand-credit-cards>

Goto Top

API

Input

Output

Goto Top

Help Improve

Found a bug or an issue with this? Open a new issue here on GitHub.

Contribute

Please check the Contributing Guidelines before contributing.

This project was generated with Angular CLI version 10.0.5.