@illgrenoble/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) • 413 B
TypeScript
export * from './remote-desktop.component';
export * from './toolbar-item.component';
export * from './message.component';
export * from './display.component';
export * from './messages/connecting-message.component';
export * from './messages/error-message.component';
export * from './messages/disconnected-message.component';
export * from './status-bar.component';
export * from './status-bar-item.component';