Summary

A lot of things have happened here. We turned our attention to the client-side components of our app, switching the focus from the Web API to Angular 2; we chose to implement a Welcome View featuring multiple listings of clickable items, giving our users the chance to navigate to their detail page through a classic master-detail relationship.

To achieve such a result we created a bunch of Angular components: the Item class for the model, the ItemService class to retrieve the required data from the Web API and the ItemListComponent class to show them; then we connected them all using our already-existing AppComponent, updating it accordingly; we also added multiple lists to the Welcome View, improving our ItemListComponent and turning it ...

Get ASP.NET Core: Cloud-ready, Enterprise Web Application Development 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.