Challenge: Implement Authorization
Complete the challenge of implementing authorization in an Angular application.
We'll cover the following...
Problem statement
Suppose there is an e-commerce web application. In your application, there are the following roles:
User
Admin
Anonymous (a user who is not logged in) ...