#Babu Munavarbasha-angular

1 messages · Page 1 of 1 (latest)

robust elm
#

Hey, you mean like Angular code samples for Elements?

silver steeple
#

Yes @robust elm - Stripe elements in specific

robust elm
#

Hmm, we don't offer that no. There is a third-party library though: https://stripe.com/partners/ngx-stripe

Ngx Stripe is a thing wrapper around Stripe.js that provides a more convenient way to interact with Stripe for Angular developers. It provides lazy loading, an observable API and is ready to work with server side rendered Angular applications.

silver steeple
#

okay thank you for the link

#

Also can stripe elements cache customer's credit card number?

robust elm
#

Nope! You'd create a flow where the details are 'saved' as a Payment Method object which is reusable

silver steeple
#

But prebuilt checkout pages cache them right

robust elm