richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
219 stars 77 forks source link

Question #1

Closed picosam closed 7 years ago

picosam commented 7 years ago

Thank you for publishing this! May I use this to integrate Stripe Elements to my Angular 4 app? I suppose you do not use jQuery anywhere in your library?

richnologies commented 7 years ago

Thanks! No, there is not extra dependencies, just Angular. If you have any trouble using the library please let me know.

picosam commented 7 years ago

Thank you! In your README file, the following line doesn't make sense to me. May you please explain it? const name = this.stripeTest.get('name').value;

Firstly, stripeTest does not exist. Second, which name are you trying to get, the cardholder's name?