cdl-network
v1.0.0
Published
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.
Downloads
1
Maintainers
Readme
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.