guacamole.component.html 147 Bytes
<div class="rdpIframe">
  <iframe #rdpRef *ngIf="target" [src]="trust(target)" width="100%" height="100%" (mouseenter)="active()"></iframe>
</div>