richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
219 stars 77 forks source link

Issue with node_modules/rxjs/BehaviorSubject"' has no exported member 'BehaviorSubject' #55

Closed BruneXX closed 5 years ago

BruneXX commented 5 years ago

Hi Guys I've installed this package and I'm using Angular 7.1.3 but I'm receiving the following error, is there a chance you can apply a quick fix for this? thanks!

ERROR in node_modules/ngx-stripe/src/components/stripe-card.component.d.ts(2,10): error TS2305: Module '"/ng-app/node_modules/rxjs/BehaviorSubject"' has no exported member 'BehaviorSubject'.

ghost commented 5 years ago

See #45

richnologies commented 5 years ago

That should be fixed in the new version 7.x that has just been published in npm. Please update to the latest version and if the problem persists please open a new issue to let me know.