Published date: July 19, 2022 6:51 pm
Location: Tower 26, 206, Paras Tierea, Sector 137, Noida, Uttar Pradesh 201305, Noida, Noida, Uttar Pradesh, India
Routing is a way to serve web pages based upon the requested URL. In Angular which is used to build SPA, URLs are not served from the server and never reload the page. The URLs are strictly local in the browser and serve the page(components) from local. Every time you request an Url, the Angular router navigates to the new component and renders its template, and updates the history and URL.