How to serve your ionic icons offline in a PWA

When registering your PWA, the ngsw-config.json file is the most important. This snippet helps you caching your ionic icons offline.

Getting an Angular PWA service worker installed on localhost

Service workers are meant to run on production builds over https. But we want to test on localhost.

Subscribe to PWA