9
Navigating through Application with Routing
In previous chapters, we did a great job of separating concerns and adding different layers of abstraction to increase the maintainability of an Angular application. However, we have barely concerned ourselves with the user experience that we provide throughout the application.
Currently, our user interface is bloated, with components scattered across a single screen. We need to provide a better navigational experience and a logical way to intuitively change the application’s view. Now is the right time to incorporate routing and split the different areas of interest into pages, interconnected by a grid of links and URLs.
So, how do we deploy a navigation scheme between components of an Angular ...
Get Learning Angular - Fourth Edition 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.