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
I am trying to use this library for an Angular 12 application. I have installed v1.6.0.
The issue begins when I try to import the module on my appModule. I get the following error:
'NgCircleProgressModule' does not appear to be an NgModule class.(-996002)
ng-circle-progress.module.d.ts(4, 19): This likely means that the library (ng-circle-progress) which declares NgCircleProgressModule 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.
After that, I've tried uninstalling and installing the latest version, as well as the prior versions, but none of them worked.
Is there some other dependency or something else missing here?
The text was updated successfully, but these errors were encountered:
Hello
I am trying to use this library for an Angular 12 application. I have installed v1.6.0.
The issue begins when I try to import the module on my appModule. I get the following error:
'NgCircleProgressModule' does not appear to be an NgModule class.(-996002)
ng-circle-progress.module.d.ts(4, 19): This likely means that the library (ng-circle-progress) which declares NgCircleProgressModule 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.
After that, I've tried uninstalling and installing the latest version, as well as the prior versions, but none of them worked.
Is there some other dependency or something else missing here?
The text was updated successfully, but these errors were encountered: