I'm trying to add a service worker to my (already existing) project. but when i open the browser, i see that it doesn't get the service worker.
These are the steps i followed:
ng add @angular/pwa --project <my-project-name> to my projectng build --prodhttp-server -p 8080 -c-1 dist/<my-project-name>Now, the app is running, and it does get the manifest file but not the service worker:
manifest.webmanifest:
ngsw-config.json:
When i tried to do all …
javascript browser service-worker progressive-web-apps angular