npm install ngx-sand-credit-cards
import { NgxSandCreditCardsModule } from 'sand-typeahead';
@NgModule({
imports: [
...,
NgxSandCreditCardsModule
],
...
})
class YourModule { ... }
- 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>
Found a bug or an issue with this? Open a new issue here on GitHub.
Please check the Contributing Guidelines before contributing.
This project was generated with Angular CLI version 10.0.5.