Enngage / ngx-paypal

Paypal integration for Angular
https://enngage.github.io/ngx-paypal/
MIT License
185 stars 68 forks source link

which ngx-paypal version corresponds to which angular version? #226

Open nikdow opened 1 year ago

nikdow commented 1 year ago

Just upgrading to ng 13, I'm guessing I should use ngx-paypal ^9.0.0 but is there a relationship? Can't find a map for this anywhere.

andreyjkee commented 1 year ago

9.0.0 for v13, you can always check history of packages.json file changes which contains dependencies list with versions

nikdow commented 1 year ago

Thanks for help.