PWA workflow
Initialize the Service Worker and progressive web app capabilities.
Add the service worker package
"@angular/service-worker": "^15.2.0",Update the application Index
Add the web manifest file
Add the web ngsw-config file
Update the application project.json
Update the application module
Add required icon assets
Angular service worker documenation
Last updated