webmaxru / pwatter

Angular Progressive Web App using Workbox
https://workbox-workshop.firebaseapp.com
162 stars 30 forks source link

Question about Datagroups #1

Open bfan1256 opened 6 years ago

bfan1256 commented 6 years ago

I see in your ngsw-config.json that you have a dataGroups section with what seems to be relative paths: /favorites and /timeline. However, these are API calls to https://pwa-workshop-api.herokuapp.com. Can you explain how this works and why instead of referencing relative routes like the /favicon.ico, it matches a URL like the font URLs? And if such is the case, will it be any different with URLs that require URL parameters? Thanks!