stripe-archive / react-stripe-elements

Moved to stripe/react-stripe-js.
https://github.com/stripe/react-stripe-js
MIT License
3.03k stars 319 forks source link

Can this library be used with Angular? #514

Closed xinthose closed 4 years ago

xinthose commented 4 years ago

Because you do not have an Angular library and the other libraries are community supported and not guaranteed to work, I was wondering if this library could be used with Angular somehow? I can install it with npm just the same.

asolove-stripe commented 4 years ago

Hi there: no, this library is specifically a React API and won't work with Angular. You can either use a community Angular wrapper or directly interface with the Stripe.js API.