I store my translation files as JSON in /src/assets/i18n. In order to bust cache, I want to fingerprint / include hash to the filename and use the hashed file named when I retrieve the file over HTTP. How do I accomplish this in Angular?
I store my translation files as JSON in /src/assets/i18n. In order to bust cache, I want to fingerprint / include hash to the filename and use the hashed file named when I retrieve the file over HTTP. How do I accomplish this in Angular?