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

  </div>
</div>