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