I have started a new angular project, In my application have 3 types of users (admin, customer, and company). How can restrict customers from access admin users menus?
You should implement the ActivatedRoute interface to restrict navigation to a specific URL/resource, Read more