UNPKG

@illgrenoble/ngx-remote-desktop

Version:

ngx-remote-desktop is an Angular2+ module for connecting to a remote desktop using the guacamole protocol

12 lines (10 loc) 255 B
import { Component } from '@angular/core'; @Component({ selector: 'ngx-remote-desktop-error-message', host: { class: 'ngx-remote-desktop-message'}, template: ` <ng-content></ng-content> ` }) export class ErrorMessageComponent { }