member_webapp/@overflow/infra/component/infra-service-summary.component.html
crusader fd369d3519 ing
2018-06-01 19:27:27 +09:00

5 lines
123 B
HTML

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