rdp.component.html 220 Bytes
<div id="rdp">
  <div *ngFor="let m of NavList.List;let i=index"
       [ngClass]="{'disconnected':!m.connected,'hidden': m.hide || m.type!='rdp'}" id="rdp-{{i}}">
    <canvas id="canvas-{{i}}"></canvas>
  </div>
</div>