add Artist Details

This commit is contained in:
Thomas Peetz
2025-09-15 17:08:42 +02:00
parent 5ff9d5a11b
commit 933974c958
9 changed files with 69 additions and 8 deletions
@@ -0,0 +1,5 @@
<div>
<a [routerLink]="[artist().id]" routerLinkActive="active">
<span>{{ artist().name }}</span>
</a>
</div>