#tristans - elements and .net
1 messages · Page 1 of 1 (latest)
What exactly are you having trouble with? Stripe doesn't support Angular directly, but there are some community provided library that can help make this easier.
I have followed this tutorial to implement stripe on my .net core application (https://stripe.com/docs/payments/quickstart) and it was pretty simple. I'm just searching for the same kind of tutorial for Angular. I found ngx-stripe but i wonder if it's a good choice to use it instead of using stripe-js directly.
I understand ngx-stripe is a popular choice (though not provided/maintained by Stripe). With Stripe.js integrations you need to make sure to maintain persistence of teh Stripe.js instance and iframe elements, which a library helps to abstract for you.
I see. Thanks for your reply. Do you know if Angular will be handled by stripe like react in the future ?