How to manage menu based on user roles/permissions in angular

byteC0de picture byteC0de · Mar 24, 2017 · Viewed 15.1k times · Source

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?

Answer

Justus Ikara picture Justus Ikara · Mar 24, 2017

You should implement the ActivatedRoute interface to restrict navigation to a specific URL/resource, Read more