Completing the walking skeleton

Using the site map, we have created for LemonMart, from earlier in the chapter, we need to complete the walking skeleton navigation experience for the app. In order to create this experience, we will need to create some buttons to link all modules and components together. We will go at this module by module:

  • Before we start, update the login button on home.component to link to the Manager module:
src/app/home/home.component.ts ... <button mat-raised-button color="primary" routerLink="/manager">Login as Manager</button> ...

Get Angular 6 for Enterprise-Ready Web Applications 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.