source: Farmatiko/ClientApp/src/app/dialogs/medicine-dialog/medicine-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: 439 bytes
Line 
1<h3>Повеќе инфо</h3>
2<br>
3<p>ИД: {{medicine.id}}</p>
4<p>Име: {{medicine.name}}</p>
5<p>Форма: {{medicine.form}}</p>
6<p>Пакување: {{medicine.packaging}}</p>
7<p>Цена: {{medicine.price}}</p>
8<p>Јачина: {{medicine.strength}}</p>
9<p>Начин на издавање: {{medicine.wayOfIssuing}}</p>
10<p>Производител: {{medicine.manufacturer}}</p>
11<br>
12<p><a (click)="close()">Затвори</a></p>
Note: See TracBrowser for help on using the repository browser.