With ng serve I get "No provider for SwPush" and "No provider for SwUpdate" because the ServiceWorkerModule is only registered in production environment:
environment.production ? ServiceWorkerModule.register('/ngsw-worker.js') : []
Can SwPush and SwUpdate be mocked in development mode somehow?