I'm using angular 9.0.3 after add new change I'm upload it to Cpanel compile using this command
ng build --prod --aot --outputHashing=all --extractCss=true
but after upload it if I go to website enter URL its load old site after reload page it apply the new change how can remove that cache after upload new file to cpanel
thank you..