Service Worker
PWA Service Worker Configuration
Service workers in the browser aloow the Progressive Web Application (PWA) functionality.
To activate a service worker in angular config:
"serviceWorker": true;
The configuration of the service worker is in two files:
ngsw.config.json
manifest.webmanifest
Last updated
Was this helpful?