lcdporto / boxing-app

Boxing's project Web App made with Angular and Angular Material
MIT License
3 stars 2 forks source link

Offline Warning #7

Open ighormartins opened 8 years ago

ighormartins commented 8 years ago

Check for internet connectivity / api response on the first open of the APP. Add a warning header displaying some message when the APP isn't able to connect to the API Server..

How can we check it? 1) Create a timeout for each request needed 2) Check every X seconds 3) Check only on APP first start?