A
A
AndreyKiyah2020-01-14 14:31:31
Angular
AndreyKiyah, 2020-01-14 14:31:31

What is the link how to insert it so that it is displayed correctly?

I have a link, I'm posting it.

<a [routerLink]="['/dashboard/micebot/?a=serv11111121']">/micebot</a>

it changes to -->
<a _ngcontent-c5="" href="#/dashboard/micebot/%3Fa%3Dserv11111121">/micebot</a>

How to insert it correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shvets, 2020-01-14
@Xuxicheta

<a [routerLink]="['/dashboard/micebot/']" [queryParams]="{ a: 'serv11111121'}">/micebot</a>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question