chargebee / chargebee-js-wrappers

24 stars 10 forks source link

Support for Angular 13 #75

Open SangiliMuthu opened 2 years ago

SangiliMuthu commented 2 years ago

We have upgraded Angular 13.1.3, NPM gives below dependency issue for our project during build. How do we fix below issue.

chargebee-issue

gazrobur commented 2 years ago

Install running: npm I @chargebee/chargebee-js-angular-wrapper --force.

After success just follow the answer from the previous issue: https://github.com/chargebee/chargebee-js-wrappers/issues/49

mhombach commented 2 years ago

@SangiliMuthu did that solve your problem? If so, please close this issue.

hgosansn commented 1 year ago

@cb-dinesh

We'll bump the angular peer dependencies to the latest version soon. on 27 Apr 2021

The issue is not solved yet, as the quick fix above is not a definitive solution for angular 13 support

davidgeary commented 1 year ago

@hgosansn Angular 14 is currently specified as a peer dependency in the latest version (1.0.0), so no need to use --force now. Unfortunately, Angular 15 has been out for over a month now, so this lib is still out-of-date with its angular support ðŸ˜