| Courses Software Training | Locality Noida Extension |
| Online class available Online class available available |
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.