InterviewSolution
Saved Bookmarks
| 1. |
Why we used Service Workers in Angular? |
|
Answer» A Service WORKER is used in Angular 8 to build the BASIC steps of converting an application into a Progressive Web App (PWA). Service workers function as NETWORK proxies and intercepting all outgoing HTTP requests MADE by the application and how to respond. Related Article: ANGULARJS vs. Angular 2 vs. Angular 4: What's the Difference |
|