This commit is contained in:
2023-04-06 14:28:53 +02:00
parent a08125c32f
commit 8563bce135
4 changed files with 74 additions and 11 deletions

View File

@@ -1 +1,22 @@
<p>list works!</p>
<div *ngIf="isNear">
</div>
<div *ngIf="!isNear && location">
<h1>
{{location.location}}
</h1>
<div *ngFor="let waypoinst of location.waypoints">
<h3>
{{waypoinst.name}}
</h3>
</div>
</div>
<h1></h1>
<h3></h3>