...

/

Challenge: Implement Authorization

Challenge: Implement Authorization

Complete the challenge of implementing authorization in an Angular application.

Problem statement

Suppose there is an e-commerce web application. In your application, there are the following roles:

  1. User

  2. Admin

  3. Anonymous (a user who is not logged in) ...