From API I get something like this : processId=22, now i want to pass that in url params, but problem is that i need to pass key and value. How can i paste that whole string as param. Any suggestion?
So what i want to achive is this:
<a *ngIf="menu.refParameter3" [routerLink]="[menu.url ||'/']" [queryParams]="{menu.refParameter3}">test</a>
So in menu.refParamter3 i have processId=22. How can i paste both in url, so that i can have something.com?processId=22