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

Compatibility with Angular 14 #188

Open RRGT19 opened 2 years ago

RRGT19 commented 2 years ago

Can we bump the devDependencies to support Angular 14?

danielpiedrahitaq commented 1 year ago

i have the same problem, this library doesn´t work in recents versions of Angular

majora2007 commented 1 year ago

I use this library in an Angular 14 application completely fine.

SJPiran commented 1 year ago

this library doesn´t work in version 14 of Angular, do you have any solutions?

SamuelIvan99 commented 1 year ago

latest 1.6.0 version also didn't work for me but version 1.5.1 seems to be working in Angular 14 @SJPiran try to install 1.5.1

VasilStoianov commented 1 year ago

Downgrading to 1.5.1 Seems to work with angular 14. Thanks @SamuelIvan99