source: Farmatiko/ClientApp/src/app/dialogs/worker-dialog/worker-dialog.component.html@ 7520f88

Last change on this file since 7520f88 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: 355 bytes
Line 
1<h3>Повеќе инфо</h3>
2<br>
3<p>ИД: {{worker.id}}</p>
4<p>Име: {{worker.name}}</p>
5<p>Гранка: {{worker.branch}}</p>
6<p>Титула: {{worker.title}}</p>
7<br>
8<p>Институција: {{worker.facility.name}}</p>
9<p>{{worker.facility.municipality}}</p>
10<p>{{worker.facility.type}}</p>
11<br>
12<p><a (click)="close()">Затвори</a></p>
Note: See TracBrowser for help on using the repository browser.