In this example, we can see the singleSpaRouterLink directive applied to HTML elements. But how can we use that in the controller?
I just want to force an URL change using the singleSpaRouterLink behaviour. I cannot use the @angular/router because I'm routing from app to app, not from in-app route to in-app route.
Thanks in advance.
In this example, we can see the
singleSpaRouterLinkdirective applied to HTML elements. But how can we use that in the controller?I just want to force an URL change using the
singleSpaRouterLinkbehaviour. I cannot use the@angular/routerbecause I'm routing from app to app, not from in-app route to in-app route.Thanks in advance.