Omair Aslam

Omair Aslam

  • 1.4k
  • 198
  • 11.7k

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)