I tested my angular pwa on Lighthouse and got back the following:
I have altered my ngsw-config.json to try to add cacheConfig for the assetGroups, however it seems that is only valid for the dataGroups?
I have also tried editing my htaccess file and adding the following line:
Header set Cache-Control: "max-age=31536000, public"
None of this has worked for me so far.