I want to pass a query parameter prop=xxx.

This didn’t work

<a [routerLink]="['/somepath', {queryParams: {prop: 'xxx'}}]">
  Somewhere
</a>

4 Answers
4

Leave a Reply

Your email address will not be published. Required fields are marked *