@dboterho/ngx-remote-desktop
Version:
ngx-remote-desktop is an Angular2+ module for connecting to a remote desktop using the guacamole protocol
10 lines (9 loc) • 525 B
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.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';