1
Answer

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

Omair Aslam

Omair Aslam

4y
676
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)