UPDATE No need to add queryParams to rc6 anymore.
Not sure if this is the case:
After routing to a component with request parameters, all other URLs of this component automatically contain request parameters. Each time you go to a different URL, the request parameters remain.
If so, one of the possible solutions may be in the request parameters in the html tag
<a [routerLink]="['/abcd']" [queryParams]="{}">
If not, I'm also interested in the answer: P
source share