-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Learning Angular
By :

Give your feedback straight to the author himself and chat to other early readers on our Discord server (find the "learning-angular-5e" channel under EARLY ACCESS SUBSCRIPTION).
https://packt.link/EarlyAccess/
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 application UX.
Our user interface is bloated, with components scattered across a single screen. We must provide a better navigational experience and a logical way to change the application's view intuitively. 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 application? We use the Angular router and create custom links for our components...