UNPKG

@illgrenoble/ngx-remote-desktop

Version:

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

13 lines (10 loc) 282 B
import { Component } from '@angular/core'; /** * Toolbar item inside the toolbar */ @Component({ selector: 'ngx-remote-desktop-toolbar-item', template: `<li class="ngx-remote-desktop-toolbar-item"><ng-content></ng-content></li>` }) export class ToolbarItemComponent { }