ultrasonicsoft / ng-connection-service

Detects active internet connection in Angular application via DI ready Observable service.
84 stars 56 forks source link

Does this work with Ivy? #150

Open Ragul29 opened 10 months ago

Ragul29 commented 10 months ago

I am trying to include the ConnectionServiceModule in my Angular 16 app module as such:

import { ConnectionServiceModule } from 'ng-connection-service';

and I get this error: image

kai1992cool commented 6 months ago

+1 please fix this!