1. 19
    Prevent a route activation based on user permissions with the Angular router
    4m 36s

Prevent a route activation based on user permissions with the Angular router

Share this video with your friends

Send Tweet

Security has to be done at the API level on the server side. However, for a better user experience we may want to prevent the user from entering areas of our application he’s not authorized to access. By using the CanActivate route guard we make this happen.