Adding a Second View and Controller to Our Angular App
Now that we’ve installed and configured Angular’s router, we can add the detail view. In this section, we’ll set up some navigation from our existing search results view to the detail view, which will initially just be a bare-bones view to validate that the navigation and back end are working.
Our initial back end will just expose the data we already have and do so in a minimal way. We’re just trying to get navigation working, so we don’t want to get bogged down in UI design or complex back-end integrations—we’ll see that in the chapters to come.
To make our bare-bones view, we’ll need to do three things: add navigation to a new route that uses a new view and controller, design the bare-bones ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access