-1

I have a strange problem with angular 13 app.After i deploy a new version i have to clear cache in browser otherwise it functional as before.I know its very strange.Is there i way to disable cache for one component in Angular?

  • 1
    You can find the answer to your problem in this thread: https://stackoverflow.com/a/55403095/8135441 – Shafkhan Aug 14 '22 at 15:21

1 Answers1

1

you have to add "outputHashing": "all", in build -> configuration -> production in angular.json.