member_webapp/@overflow/infra/component/service-summary/service-summary.component.html
crusader d59d9379f9 ing
2018-05-24 15:44:13 +09:00

5 lines
123 B
HTML

<div *ngIf="service">
<b>{{ service.vendor.name }}</b>
<b>{{ service.port }}</b>
<b>{{ service.portType }}</b>
</div>