angular-progress-bar
angular-progress-bar copied to clipboard
Support Angular 9+
Please, add support for Angular 9+.
It's already working, from my tests, let me know if you met some issues
I have this message after use ng update @angular/core@9 @angular/cli@9
angular-progress-bar version used is the latest available: 1.0.11
One more here, it seems the error only comes up if you're using npm >= 7
As a workaround you can use the flag npm install --legacy-peer-deps
Upgrading to angular 11 via > ng update @angular/core@11 @angular/cli@11
: Fetching dependency metadata from registry... Package "angular-progress-bar" has an incompatible peer dependency to "@angular/common" (requires "^6.0.0-rc.0 || ^6.0.0 || ^7.1.0" (extended), would install "11.2.14"). Package "angular-progress-bar" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0-rc.0 || ^6.0.0 || ^7.1.0" (extended), would install "11.2.14"). ✖ Migration failed: Incompatible peer dependencies found.