У меня есть это в моем html:
(click)="openAlbum($event, album.post_id)"
И в моем ts:
openAlbum(event, post_id) {
this.router.navigate(['../my-albums/' + post_id]);
}
Я сейчас стою в этом URL: http://localhost:4200/profile/username/photos
Я ожидал, что URL станет: http://localhost:4200/profile/username/my-albums
Но результат: http://localhost:4200/my-albums