I have an Angular 8 app with more than 100 pages ( components ) and am only using the application for Chrome browser. Randomly the CSS gets distorted when I click the browser back button and I have to to a Ctrl + Shift + R to get the CSS to load correctly. So I am looking for a way to so this automatically whenever the browser Back button is pressed.
So basically looking to do a "Hard Re-Load" when the user clicks on the browser Back button on any of the pages so that user goes back to the previous page and "Ctrl + Shift + R" is auto done. Is there an Angular way to do this for all the pages. I looked at :
How to force reloading a page when using browser back button?
but not sure how to implement it in Angular and apply it to all pages. Any help?