nomadreservations / ngx-stripe

Angular 8.x wrapper for StripeJS
41 stars 32 forks source link

An argument for 'opts' was not provided. #39

Closed CalebChristensen closed 4 years ago

CalebChristensen commented 4 years ago

@ViewChild(StripeCardComponent) card: StripeCardComponent;

When I try to build my project I keep getting an error here. It say's it's expecting 2 arguments, but got 1. I have been following your tutorial closely and I can't see any difference between mine and yours.