Questions tagged [angular-routerlink]

No instructions have been provided for this tag as of now.

SSR routing with parameters in Angular Universal seems to be failing after intial navigation

I'm currently experiencing an issue with routing using path parameters: Navigation works perfectly when moving between categories initially, but once I navigate from one category to another, the routing doesn't update even though the URL in the ...

How to identify a click on a link within the current page using Angular

Is there a way to utilize built-in Angular router properties like RouterLinkActive to detect when a link to the current page is clicked? I am looking to implement a function in the footer that will scroll to the top of the page if the current page link is ...

Setting up default QueryParamsHandling in Angular

I have successfully developed an angular 9 application and implemented localization using @ngx-translate. To ensure that the app changes locale based on the 'lang' query parameter, I configured it accordingly. @Component({ selector: 'app-root', templa ...