I have already applied a technique provided by angular node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --configuration=dev --aot=true --buildOptimizer=true --outputHashing=all
for fix the caching issue still facing caching issue.....
so I search below 2 solutions for caching issue fix
window.location.reload(true)
window.location.href=window.location.href
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate, no-store, post-check=0, pre-check=0">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
I have already this tags in my index.html file
In short, I want to clear the cache of index.html on my angular build deployment I have found above two answers which I should use to clear the cache (like ctrl +f5)