angular-progress-bar icon indicating copy to clipboard operation
angular-progress-bar copied to clipboard

Support Angular 9+

Open fabricioferreira opened this issue 4 years ago • 4 comments

Please, add support for Angular 9+.

fabricioferreira avatar Apr 27 '20 00:04 fabricioferreira

It's already working, from my tests, let me know if you met some issues

CharlesGrimont avatar May 05 '20 11:05 CharlesGrimont

I have this message after use ng update @angular/core@9 @angular/cli@9 image

angular-progress-bar version used is the latest available: 1.0.11

JohnHavok avatar Sep 11 '20 12:09 JohnHavok

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

rhengles avatar May 03 '21 14:05 rhengles

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.

jblayneyXpanxion avatar Jun 23 '21 13:06 jblayneyXpanxion