0.0.1 • Published 3 years ago

ngx-sand-credit-cards v0.0.1

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

Demo

npm.io

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.