You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using angular2-chartjs v0.5.1 and am in the process of upgrading to Angular 16. I am getting this error when trying to build my application.
error NG6002: 'ChartModule' does not appear to be an NgModule class.
[ERROR]
[ERROR] 449 ChartModule,
[ERROR] ~~~~~~~~~~~
[ERROR]
[ERROR] node_modules/angular2-chartjs/dist/chart.module.d.ts:1:22
[ERROR] 1 export declare class ChartModule {
[ERROR] ~~~~~~~~~~~
[ERROR] This likely means that the library (angular2-chartjs) which declares ChartModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
Any insight?
The text was updated successfully, but these errors were encountered:
Hi, I am using angular2-chartjs v0.5.1 and am in the process of upgrading to Angular 16. I am getting this error when trying to build my application.
Any insight?
The text was updated successfully, but these errors were encountered: