Angular CLI is pretty great, but I believe the build tool lacks the support for cache bursting.
In order to making sure that the users’ browsers never use old code, there should be an option to append a hash of generated files to the end of file name. This will makes sure that any files that have changed will be fetched freshly from the server and any files that haven’t changed can be loaded safely from the cache.