source: Farmatiko/ClientApp/src/app/dialogs/pharmacy-dialog/pharmacy-dialog.component.html@ ee137aa

Last change on this file since ee137aa was ee137aa, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Added DataService and dialogs, all bindings needed implemented

  • Property mode set to 100644
File size: 287 bytes
Line 
1<h3>Повеќе инфо</h3>
2<br>
3<p>ИД: {{pharmacy.id}}</p>
4<p>Име: {{pharmacy.name}}</p>
5<p>Општина: {{pharmacy.location}}</p>
6<p>Адреса: {{pharmacy.address}}</p>
7<p>Работи 24/7: {{pharmacy.workAllTime}}</p>
8<br>
9<p><a (click)="close()">Затвори</a></p>
Note: See TracBrowser for help on using the repository browser.