May 2018
Intermediate to advanced
512 pages
11h 3m
English
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:
src/app/home/home.component.ts ... <button mat-raised-button color="primary" routerLink="/manager">Login as Manager</button> ...
Read now
Unlock full access