Top "Angular-service-worker" questions

Questions related to the @angular/service-worker module, for automatically generating a service worker to power your Angular web apps.

How to run service worker locally with Angular

I am following angular's best practice in order to make PWA. After making production build (ng build --prod --aot), I …

angular service-worker progressive-web-apps angular-service-worker
Angular 7 pwa/ SwPush - push notifications not working

I'm trying to make push notifications work in Angular 7 using @angular/pwa link and using SwPush. I am not able …

angular push-notification progressive-web-apps angular-service-worker
How to handle routing in Angular 5+ Service Workers?

In previous versions of the Angular service worker implementation, one of the config options was "routing". This can be seen …

angular angular-cli angular-routing service-worker angular-service-worker
Angular Service Worker - dataGroups not working

I'm trying to use Angular Service Worker, everything works fine except the dataGroups not working for me. That's what I …

angular angular-cli angular5 angular-service-worker