1
Answer

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

Photo of Omair Aslam

Omair Aslam

5y
703
1
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)