ngx-card
ngx-card copied to clipboard
Angular 2+ wrapper for https://github.com/jessepollak/card
Fixed import issue for angular v11
Hi, I have install in my angular 6 application. But its show Two errors. Uncaught TypeError: Cannot read property 'Directive' of undefined at Object. (ngx-card.umd.js:111) at __webpack_require__ (ngx-card.umd.js:30) at Object....
"@ionic/angular": "^5.5.1" "@angular/common": "~11.0.2" --- MODULE --- `import { CardModule } from 'ngx-card/ngx-card'; import { CommonModule } from '@angular/common'; import { CreditCardPage } from './credit-card.page'; import { CreditCardPageRoutingModule } from...
How to get card type
hello, thank you for this component, its really great and time saving. I wonder if there is possibility to validate card number and set input errors/invalid status if the card...
Card image & data on card only works on **input tab/blur**. Is doesn't work with **reactive forms** `patchValue`. What am i missing here? Is there any solution to this issue?
Hi, If reload the page, show error in angular 6 application. Error:- ERROR TypeError: Cannot read property 'getAttribute' of undefined at new Card (card.js:125) at NgxCard.push../node_modules/ngx-card/card.js.NgxCard.ngAfterViewInit (card.js:41) at callProviderLifecycles (core.js:9567)...
I am using ngx-card in mat-tab-group. I am using two tab, In which first I am using user details and second tab I am using ngx-card. when second tab I...
PS C:\my-path\angular-universal> node dist/server.js C:\my-path\angular-universal\node_modules\ngx-card\card.js:1 (function (exports, require, module, __filename, __dirname) { import { Directive, Input, ContentChildren, ElementRef } from '@angular/core'; ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:80:10) at...
- fix and address this issue https://github.com/ihym/ngx-card/issues/13 - Update card.ts for ionic 4 support