UNPKG

@illgrenoble/ngx-remote-desktop

Version:

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

9 lines (7 loc) 293 B
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { AppModule } from './app/app.module'; import { decorateModuleRef } from './environment'; platformBrowserDynamic() .bootstrapModule(AppModule) .then(decorateModuleRef) .catch(err => console.error(err));