Articles and Lessons tagged with Service Worker

Service Worker – Optimizing the Performance of an Angular App

Service Worker – Optimizing the Performance of an Angular App

Posted Sep 12, 2018 | | By Maina Wycliffe | Angular
Basically, a service worker intercepts all outgoing http requests sent by your application on the browser. You can choose which request to respond to by using a set of rules (policies) to guide the service worker on how to handle different requests. …
Read More