Currently using the angular cli, I am looking for a way to alert users once a new version of the app has been deployed.
My current approach involves utilizing replace-in-file and an external JavaScript file that is executed prior to building the application,
with the intention of passing the present date to the environment file and subsequently leveraging it within the app.
Despite comparing dates with the last date stored in the browser's local storage, the app still necessitates an update in order to reflect the new environment date.
Any alternative methods or suggestions on this matter would be greatly appreciated! Thank you!