May 2018
Intermediate to advanced
512 pages
11h 3m
English
Upon login, users will be able to access their profiles and view a list of actions they can access in the LemonMart app through a side navigation menu. In Chapter 9, Design Authentication and Authorization, when we implement authentication and authorization, we will be receiving the role of the user from the server. Based on the role of the user, we will be able to automatically navigate or limit the options users can see. We will implement these components in this module so that they will only be loaded once a user is logged in. For the purpose of completing the walking skeleton, we will ignore authentication-related concerns:
$ npx ng g c user/profile -m user$ npx ng g c user/logout -m user ...
Read now
Unlock full access