Like:
/profiles/:category/:profileSlug/:page
Because I cannot generate URL with [routerLink]="['/profiles', {category: 'president', profileSlug: 'obama', page: 1}]"
returns unexpected result in matrix query format
So in Router3 I must hard the whole URL by myself? If true then Angular's router is really...