bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 86 forks source link

ngModule not recognized #205

Open BetoShiver opened 11 months ago

BetoShiver commented 11 months ago

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?