ngx-charts
ngx-charts copied to clipboard
Angular 14 site will not load with ngx-charts 20.1 version
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:
- Run an angular 14 application with latest version of this library installed
Expected behavior Application should load and work as normal
Screenshots
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"
Similar issue.
ngx-charts version 20.1.0
Angular version 14.1.2
Similar issue ngx-charts version 20.1.0
Angular version 14.2.0
I have the same versions and everything works fine...
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.