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

Error - Angular 11.2.7 #226

Closed giglabz closed 2 years ago

giglabz commented 2 years ago

node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

64 static ɵfac: i0.ɵɵFactoryDeclaration<RoundProgressComponent, never>;

giglabz commented 2 years ago

It was due to the mismatch in the Angular version. I used angular-svg-round-progressbar 6.0.0 thus, fixed the issue.