'Add a Guard for PDP/PLP pages

I am trying to write an AuthGuard where any user trying to access any of the PDP/PLP pages is verified for credit issues before access. I believe I have to use the OOTB "ProductDetailsPageModule" and customize it but the AuthGuard does not load on clicking on the navbar PDP links. Any suggestions? I can use the following to manually activate the ProductGuard but how do I activate it on click of Product pages in Navbar?

{
path: 'test2',
component: MyCustomComponentForError,
canActivate: [CmsPageGuard, ProductGuard]},


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source