cloud
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user