changes list component

This commit is contained in:
2023-04-22 15:14:22 +02:00
parent e1e585745b
commit a081da3804
2 changed files with 22 additions and 21 deletions

View File

@@ -14,7 +14,6 @@
<h1>
{{location.location}}
</h1>
{{location.waypoints[0].name}}
<div *ngFor="let waypoinst of location.waypoints, let i = index">
<h3>
<a class="link link-primary" href="location/{{location.location}}/{{waypoinst.id}}"> {{waypoinst.name}}</a>