@angular/service-worker not working when offline
问题 I never got the service worker from Angular Mobile Team to work properly and at this point I guess I forgot to enable something, because it never worked since the initial release. Even if it installs and run on Google Chrome (smartphone & desktop) when I go offline it doesn't work anymore, also it randomly crashes after updates. There is no documentation on how to set it up. So here is how I did it: ng new test-service-worker npm install @angular/service-worker in .angular-cli.json , I add