@illgrenoble/ngx-remote-desktop
Version:
ngx-remote-desktop is an Angular2+ module for connecting to a remote desktop using the guacamole protocol
9 lines (8 loc) • 465 B
text/typescript
export * from './remote-desktop.module';
export * from './services/remote-desktop-manager.service';
export * from './components/toolbar-item.component';
export * from './components/remote-desktop.component';
export * from './components/status-bar-item.component';
export * from './components/messages/connecting-message.component';
export * from './components/messages/error-message.component';
export * from './components/messages/disconnected-message.component';