creazione pagina detail

This commit is contained in:
tito
2023-02-01 15:51:20 +01:00
parent 21f2d2d002
commit c9e976aa96
2 changed files with 74 additions and 1 deletions

View File

@@ -1 +1,9 @@
<p>detail works!</p>
<div>
<h1>{{test.name}}</h1>
<p>{{test.description}}</p>
<p>lat:{{cord.lat}}, lang:{{cord.lng}}</p>
<p>distanza:{{distance}}</p>
<div id="nav" ng-model="showNav" *ngIf="showNav">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1708.0829920038827!2d8.790506152417485!3d46.16602530670125!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4785c833c36e0bd5%3A0x427d483133d7c1a0!2sCPT%20Locarno%20(SPAI%20%E2%80%93%20MPT)%20-%20Centro%20professionale%20tecnico%20Locarno!5e0!3m2!1sit!2sch!4v1675246087183!5m2!1sit!2sch" width="650" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>