Angular is a JavaScript Framework which allows you to create reactive Single-Page-Application (SPAs)
How is it done?
JavaScript changes the DOM, changes whatever is displayed here (in the browser), by changing the HTML code during runtime. That is why you never see the refresh icon on the top-left spin; because we’re only changing the currently-loaded page. You can even see that if you inspect the source code of a page like this.