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

Package generates issues #169

Open ghost opened 6 years ago

ghost commented 6 years ago

After updating to angular 6 I have an issue with svg-round-progressbar

image

It breaks the build, because when npm install is runned it installs angular and RXJS again(see image)! and the new angular throws an error because it has two angular sourcecodes in node_modules:

17-May-2018 15:39:13 ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
17-May-2018 15:39:13 node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
crisbeto commented 6 years ago

Version 1.2.1 is locked to Angular 5.x and RxJS 5.5. I've just released 2.0.0 which bumps to Angular 6.x and RxJS 6.x.