Questions tagged [angular-routerlink]
220 questions
0
votes
1 answer
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…

DrowsyKing
- 1
- 2
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

Madhavi
- 474
- 2
- 7
- 20
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