Progressive Web Application (PWA)
- #PWA
- #Service Worker
- #Maskable Icons
Progressive Web Application (PWA)
Add a service worker that runs in the web browser and manages caching for an application.
Adding a service worker to an Angular project
ng add @angular/pwaConfigure service worker
- Update meta tag for theme-color
- Update icon files
- Use
Maskable.appto create maskable icons based on an existing icon. Upload your icon, adjust the color and size then export the image
- Use
References
0 Comments
Sign in to join the conversation.