Hi I'm developing a web page in angular with keycloak for autorization.

I followed this example https://github.com/keycloak/keycloak/tree/master/examples/demo-template/angular-product-app and it works pretty well.

Now I want to secure only part of my application. Is there any way to achieve this behavior.

Thanks in advance

Jorge A.