1.0.0 • Published 4 years ago

cdl-network v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Network

This is a simple no internet connection npm packege. We can use this packege to display popup message that your device or machine is not connected to the intetnet. This package is mainly used in mobile responsive application.

Installation instruction

npm install cdl-network --save

Instruction to use the package

How to use?

Please follow below instruction to implement network (no internet connection) package in your angular application.

//in module
import { NetworkModule } from 'cdl-network'; 

imports: [
    NetworkModule
]

// In your entry component html file
<cdl-network></cdl-network>

To check this package please disconnect your device or machine's internet.