I have router link like below:
I want t
@AddWeb @SailiUnique
Your solution works but you don't have to put the property in the [routLink]. The correct place is outside it as any property.
Like this:
<div class="row inline rowItem" [routerLink]="['/businessPartnerDetails']" [queryParams]="{ id: bpItem.id, bp: bpItem.companyName}" skipLocationChange=true (click)="onViewDetails(bpItem)">