How to implement RBAC on routes in Angular?

Hi there,

New to Auth0. Through UI/Dashboard, I have created 2 Roles (Admin vs Normal) for my application (a Single Page Angular web app)

I have followed the documentation for securing routes in my Angular site using AuthGuard from Auth0. However, amongst Authenticated Users, only Admins should be able to view certain pages.

I do not see anything in the documentation on how to further restrict certain routes based on User Roles. Hoping to get a pointer in the right direction. Thanks!