I have this in my html:
(click)="openAlbum($event, album.post_id)"
And in my ts:
openAlbum(event, post_id) {
this.router.navigate(['../my-albums/' + post_id]);
}
I'm standing now in this url: http://localhost:4200/profile/username/photos
I expected the url become: http://localhost:4200/profile/username/my-albums
But the result: http://localhost:4200/my-albums