Is there a way to clear the browser cache in programmatic way in angular other than window.location.reload(true); cause it\'s deprecated?
window.location.reload(true);