5 lines
123 B
HTML
Raw Normal View History

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