© Venkata Keerti Kotaru 2020
V. K. KotaruAngular for Material Designhttps://doi.org/10.1007/978-1-4842-5434-9_11

11. Angular: Routing

Venkata Keerti Kotaru1 
(1)
Hyderabad, India
 

Most Angular applications are SPAs (single-page applications). When transitioning between pages, an SPA does not reload the whole page; only the section of the page with new content refreshes. In general, the header, left navigation, footer, and so forth, reload only if needed.

SPAs are both efficient and better at the user experience. With an SPA, the user does not lose context and the page transition is clean.

This chapter explains routing with Angular. It begins by describing the need for routing, instructions, and route configuration. It also describes linking to various ...

Get Angular for Material Design: Leverage Angular Material and TypeScript to Build a Rich User Interface for Web Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.