#tristans - elements and .net

1 messages · Page 1 of 1 (latest)

sand pilot
#

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.

brisk axle
#

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.

sand pilot
#

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.

brisk axle
#

I see. Thanks for your reply. Do you know if Angular will be handled by stripe like react in the future ?

sand pilot
#

Hmm seems like my message was not sent here

#

I tried to say: It's possible, but I am not aware of any specific plans to build this.

#

So i would focus on community options or recreating the necessary integration yourself