I want to push notification subscription with web-push module and angular service worker. I\'ve followed instructions from these links: Angular Pus
web-push
angular service worker
Just set the service worker to work in dev environment also in 'AppModule'
ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production})
To
ServiceWorkerModule.register('ngsw-worker.js', { enabled: true})