hi I'm new to service workers and I have added a service worker for my angular project.
I went through. https://angular.io/guide/service-worker-intro anguar doc.
my service worker is working and it only cache the app shell. the most of images are requested using and a server request and showing in my application. how can I cache these images in my application using service workers. *the images can be changed time to time.