crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Won't compile with Angular 8 and Ivy #190

Closed bikeguy closed 3 years ago

bikeguy commented 5 years ago

When compiling with Angular 8 with Ivy turned on I am getting the following error: There is no format with import statements in '/node_modules/angular-svg-round-progressbar' entry-point

And the ng serve build fails.

Using version 3.0.1 Works fine with Ivy turned off.

Thanks!

0xphilipp commented 5 years ago

I have the same problem. See here: https://github.com/text-mask/text-mask/issues/930 and here: https://github.com/angular/angular/issues/29564

MosquitoD4K commented 5 years ago

When I change the package.json to this, the compiler (npx ivy-ngcc) will go through:

image

But I'm not sure if that is enough. The result does not seem correct, as there are missing compiler files image

crisbeto commented 3 years ago

As of version 5.0.1 the project is using the standard Angular Package Format which should resolve this issue.