-1

Hide route in ngx-admin based on user permissions?. The user chooses the plans. Based on his plan, hide some routes.

dany
  • 9
  • 5

1 Answers1

0

You can hide your routes with ngif based on user's plan and you can check if user can navigate that route with Guard.

Read the Angular documentation about that: Angular Guard

Shifenis
  • 1,056
  • 11
  • 22