Omair Aslam

Omair Aslam

  • 1.5k
  • 222
  • 12.5k

how to get card object using ngx-stripe in angular 7

Apr 15 2020 9:23 PM
how to get ngx stripe card object , i want to get exipry date of card ,how to get object of card  from stripeComponent?
 
@ViewChild('stripeCard', { static: false }) card: StripeCardComponent; 

Answers (1)