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

Typo in the documentation

smorstabilini opened this issue · comments

import { ConnectionService } from 'connection-service';

should read

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

Thanks for this module :)

Thanks for pointing out!

Cheers!