ngx-sand-credit-cards
v0.0.1
Published
An angular custom credit card package module.
Downloads
41
Maintainers
Readme
Demo
Table of contents
Features
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>
API
Input
Output
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.