Angular Service Worker - dataGroups not working
问题 I'm trying to use Angular Service Worker, everything works fine except the dataGroups not working for me. that's what I have in my ngsw-config.json : "dataGroups": [ { "name": "api-performance", "urls": [ "/shipments/**" ], "cacheConfig": { "strategy": "performance", "maxSize": 100, "maxAge": "3d" } } ] In my network tab I see that the service worker always make the server call then falls back to the cache. see attached image. dataGroups - Performance Notice the API I'm calling are on a