Last change
on this file since 28d7d35 was 28d7d35, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Maps, geolocation api, dialogs & more
|
-
Property mode
set to
100644
|
File size:
898 bytes
|
Line | |
---|
1 | <h3>Повеќе информации</h3>
|
---|
2 | <table class="table table-striped">
|
---|
3 | <tbody>
|
---|
4 | <tr>
|
---|
5 | <td>Име</td>
|
---|
6 | <td>{{pharmacy?.name}}</td>
|
---|
7 | </tr>
|
---|
8 | <tr>
|
---|
9 | <td>Општина</td>
|
---|
10 | <td>{{pharmacy?.location}}</td>
|
---|
11 | </tr>
|
---|
12 | <tr>
|
---|
13 | <td>Адреса</td>
|
---|
14 | <td>{{pharmacy?.address}}</td>
|
---|
15 | </tr>
|
---|
16 | <tr>
|
---|
17 | <td>Работи 24/7</td>
|
---|
18 | <td><div *ngIf="pharmacy.workAllTime == true">Да</div><div *ngIf="pharmacy.workAllTime != true">Не</div></td>
|
---|
19 | </tr>
|
---|
20 | <tr>
|
---|
21 | <td>Компанија</td>
|
---|
22 | <td>{{pharmacy?.headName}}</td>
|
---|
23 | </tr>
|
---|
24 | </tbody>
|
---|
25 | </table>
|
---|
26 |
|
---|
27 | <div style="height: 200px;" leaflet [leafletOptions]="options" *ngIf="mapShown"></div>
|
---|
28 | <br>
|
---|
29 | <p><button mat-button color="primary" (click)="close()">Затвори</button></p> |
---|
Note:
See
TracBrowser
for help on using the repository browser.