Questions tagged [angular-routerlink]

220 questions
0
votes
1 answer

Angular routerLink does not navigate to the page

So I try to navigate to other page, but nothing happening... Can anybody help me, to solve my problem ? What do I do wrong ? My app.component.html look like:
Xe1a
  • 3
  • 6
0
votes
2 answers

Angular routing to open the expansion panel

First off I'm new to Angular, only been learning it for about a month so I just have a quick question that I can't seem to find anything on. So I'm trying to use a routerLink to go from one page to another, but also I want that page to open an…
0
votes
1 answer

Problems with angular-routerLink

I have two problems with routerLink. The first problem is routerLink is unclickable. I mean literally. Here is my code:
0
votes
2 answers

Change in URL is working but route change is not happeningin Angular

Url is changing like expected in while clicking but that particular route is not getting loaded. Please find the below code for reference. HTML
0
votes
3 answers

How to navigate to Router outlet using Angular RouterLink?

I have a below route defined in my angular 12 app, I am able to navigate to it directly using the browser URL bar. Now I am trying to navigate using hyperlink, like below sidebar