http://stackoverflow.com/a/38808116/3863932
routerLink]="['/absolute']" [routerLink]="['../../parent']" [routerLink]="['../sibling']" [routerLink]="['./child']" // or [routerLink]="['child']"
// with route param ../sibling;abc=xyz [routerLink]="['../sibling', {abc: 'xyz'}]"