UNPKG

@illgrenoble/ngx-remote-desktop

Version:

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

16 lines (13 loc) 303 B
import { Component } from '@angular/core'; /** * Status bar item component */ @Component({ selector: 'ngx-remote-desktop-status-bar-item', template: `<ng-content></ng-content>`, host: { class: 'ngx-remote-desktop-status-bar-item' } }) export class StatusBarItemComponent { }