Currently, I have angular 2 app running and working great on a shared web hosting.
I'm using angular 2 cli and I upload my dist
folder whenever I make changes.
When I access my app after making changes and uploadidng the new dist
content, I see the old version - without any changes.
When I Accessing the app from Spy Mode (CTRL+SHIFT+N) in Chrome, I see the new version.
I assume that need to delete the cache every time making changes to angular 2 app, so the browser will reload the new version.
Is there any way to make it reload the app whenever I'm making changes and uploading a new app version?
I do not wish to make a notice to my visitors to refresh the browser cache in order to see a new version..