Hide route in ngx-admin based on user permissions?. The user chooses the plans. Based on his plan, hide some routes.
Asked
Active
Viewed 210 times
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