ngx-sand-credit-cards
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngx-sand-credit-cards

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    364 kB

    Total Files

    24

    Last publish

    Collaborators

    • sandeepbalachandran