I want to use id when requesting data but not show it id url.
[routerLink]="['/', category.slug, {id: category.categoryId}]"
This results in url '/cameras;id=3' where id 3 is the cameras category. It works but I would like to have a clean url like '/cameras' only