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