@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) • 328 B
text/typescript
import { Component } from '@angular/core';
/**
* Status bar component
*/
@Component({
selector: 'ngx-remote-desktop-status-bar',
template: `<ng-content select="ngx-remote-desktop-status-bar-item"></ng-content>`,
host: {
class: 'ngx-remote-desktop-status-bar'
}
})
export class StatusBarComponent {
}