ngx-charts icon indicating copy to clipboard operation
ngx-charts copied to clipboard

Angular 14 site will not load with ngx-charts 20.1 version

Open DavidDev21 opened this issue 2 years ago • 2 comments

Describe the bug After upgrading to Angular 14, my angular application starts to throw an exception. "Uncaught TypeError: (0 , tslib__WEBPACK_IMPORTED_MODULE_4__.__decorate) is not a function"

To Reproduce Steps to reproduce the behavior:

  1. Run an angular 14 application with latest version of this library installed

Expected behavior Application should load and work as normal

Screenshots image

Demo Provide an online demo (stackblitz, codesandbox, or similar) where the issue can be reproduced

ngx-charts version 20.1.0

Additional context Was working fine prior to upgrading Angular. "typescript": "^4.7.4"

DavidDev21 avatar Aug 17 '22 23:08 DavidDev21

Similar issue.

ngx-charts version 20.1.0

Angular version 14.1.2

davidfilkins avatar Sep 09 '22 15:09 davidfilkins

Similar issue ngx-charts version 20.1.0

Angular version 14.2.0

alejandropb36 avatar Sep 20 '22 22:09 alejandropb36

I have the same versions and everything works fine...

khitrukhina avatar Oct 20 '22 06:10 khitrukhina

When i upgraded to Angular V14 on a large project a few months back using V20.1.2 ngx-charts, I also updated to ng-bootstrap >> npm i @ng-bootstrap/[email protected] No issues reported when using ng-boostrap 13.1.1 (which also updates the native bootstrap component dont recall the version #)

Based on the limited error data log you have provided, looks like a bootstrap error. What ng-bootstrap version are you using @davidfilkins?

FYI - used [email protected] for that V14 upgrade.

tadpole2077 avatar May 30 '23 21:05 tadpole2077