ultrasonicsoft / ng-connection-service

Detects active internet connection in Angular application via DI ready Observable service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade for Angular 8

mohamedaboelmagd opened this issue · comments

Package "ng-connection-service" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0-rc.0 || ^6.0.0" (extended), would install "8.0.0").

quoting my own message on a pull request to this project

You can get away with copying the connection-service.service at /projects/connection-service/src/lib/connection-service.service.ts@master and just adding it to your project, taking care to add the npm packages that it requires to your package.json, like lodash.

Upgrading to support Angular 8 would be very extremely useful

Waiting for support Angular 8.

It does not work well in angular 8

@boodahDEV What issues specifically are you experiencing with Angular 8? I'm doing the upgrade right now and trying to decide if I should go with another package or fork this one.

I'm using on Angular 8 and it works normally

commented

is there an update on this issue?

Can't update my Angular to version 9 and upper, since ng-connection-service showing an error,
'Package "ng-connection-service" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0-rc.0 || ^6.0.0" (extended), would install "9.0.0")

@pedrotcm @Maximaximum @instantaphex @MauricioFerraz @mohamedaboelmagd @ArvinthC-GoSharp @boodahDEV @eduardodallmann

Package has been updated and released on NPM. Please refer to the latest version supporting Angular v9-v15.