We have an angular 5 app that is used on mobile in google chrome browser. The users are always in the app, so they are not closing browser or calling the app new.
if we update now the dist because we build a new version, how can we be sure that the users are getting the new build?
our workaround was an window.location.reload();
but its not really smooth.
is there a other solution?