stripe-angular
stripe-angular copied to clipboard
Angular to Stripe module containing useful providers, components, and directives
Hi I get this error with Angular v16 when I use in an standalone module 6 NullInjectorError: R3InjectorError[StripeScriptTag -> StripeScriptTag -> StripeScriptTag -> InjectionToken Stripe Publishable Key -> InjectionToken Stripe...
when i enter the wrong expiration date it throws me an error and I catch the error through the reference element, but after putting the valid expiration date, the error...
Will there be any updates to this library for the latest versions of Angular?
In [app/src/components/app.component.ts](https://github.com/AckerApple/stripe-angular/blob/master/app/src/components/app.component.ts#L114) There's a property used, metadata, which is supposed to be a child property of BankAccountTokenOptions. I opened up DefinitelyTyped/DefinitelyTyped/pull/50386, and a maintainer [noted](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/50386#pullrequestreview-561435945) > metadata seems not to...
Hi - Thanks for this awesome project! I've been reviewing the code base and just have a few suggestions that I think apply. ### @Input properties They should not use...