ngx-remote-desktop
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -6,3 +6,3 @@ # Installation | ||
``` | ||
npm i @illgrenoble/ngx-remote-desktop --save | ||
npm i ngx-remote-desktop --save | ||
``` | ||
@@ -22,3 +22,3 @@ | ||
import { BrowserModule } from '@angular/platform-browser'; | ||
import { NgxRemoteDesktopModule } from '@illgrenoble/ngx-remote-desktop'; | ||
import { NgxRemoteDesktopModule } from 'ngx-remote-desktop'; | ||
import { AppComponent } from './app.component'; | ||
@@ -32,2 +32,2 @@ | ||
export class AppModule { } | ||
``` | ||
``` |
@@ -7,3 +7,3 @@ # Styling | ||
`@import "~@illgrenoble/ngx-remote-desktop/release/themes/default.css";` | ||
`@import "~ngx-remote-desktop/release/themes/default.css";` | ||
@@ -23,2 +23,2 @@ ## CSS classes | ||
- `ngx-remote-desktop-status-bar`: Status bar | ||
`ngx-remote-desktop-status-bar-item`: Status bar item | ||
`ngx-remote-desktop-status-bar-item`: Status bar item |
@@ -11,3 +11,3 @@ # Usage | ||
import { RemoteDesktopManager } from '@illgrenoble/ngx-remote-desktop'; | ||
import { RemoteDesktopManager } from 'ngx-remote-desktop'; | ||
import { WebSocketTunnel } from '@illgrenoble/guacamole-common-js'; | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "ngx-remote-desktop", | ||
"description": "ngx-remote-desktop is an Angular2+ module for connecting to a remote desktop using the guacamole protocol", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "release/index.js", |
@@ -0,3 +1,7 @@ | ||
# This is a fork of @illgrenoble/ngx-remote-desktop | ||
This fork has been improved for lazy loading. Big thanks to the Authors (https://www.npmjs.com/package/@illgrenoble/ngx-remote-desktop). | ||
# ngx-remote-desktop | ||
[![npm version](https://badge.fury.io/js/%40illgrenoble%2Fngx-remote-desktop.svg)](https://badge.fury.io/js/%40illgrenoble%2Fngx-remote-desktop) | ||
[![npm version](https://badge.fury.io/js/ngx-remote-desktop.svg)](https://badge.fury.io/js/ngx-remote-desktop) | ||
@@ -26,3 +30,3 @@ For installation and usage details go [here](https://illgrenoble.github.io/ngx-remote-desktop/additional-documentation/installation.html) | ||
For a full implementation example, see the [demo source code](https://github.com/ILLGrenoble/ngx-remote-desktop/tree/master/demo) | ||
For a full implementation example, see the [demo source code](https://github.com/drKaramazin/ngx-remote-desktop/tree/master/demo) | ||
@@ -34,3 +38,3 @@ ## Installation | ||
``` | ||
npm i @illgrenoble/ngx-remote-desktop --save | ||
npm i ngx-remote-desktop --save | ||
``` | ||
@@ -46,2 +50,2 @@ | ||
### Thank you | ||
Thank you to the guacamole team for a fantastic project. | ||
Thank you to the guacamole team for a fantastic project. |
@@ -16,3 +16,3 @@ "use strict"; | ||
var services_1 = require("../services"); | ||
var DisplayComponent = /** @class */ (function () { | ||
var DisplayComponent = (function () { | ||
function DisplayComponent(viewport, renderer) { | ||
@@ -19,0 +19,0 @@ this.viewport = viewport; |
@@ -17,3 +17,3 @@ "use strict"; | ||
*/ | ||
var MessageComponent = /** @class */ (function () { | ||
var MessageComponent = (function () { | ||
function MessageComponent() { | ||
@@ -20,0 +20,0 @@ /** |
@@ -10,3 +10,3 @@ "use strict"; | ||
var core_1 = require("@angular/core"); | ||
var ConnectingMessageComponent = /** @class */ (function () { | ||
var ConnectingMessageComponent = (function () { | ||
function ConnectingMessageComponent() { | ||
@@ -13,0 +13,0 @@ } |
@@ -10,3 +10,3 @@ "use strict"; | ||
var core_1 = require("@angular/core"); | ||
var DisconnectedMessageComponent = /** @class */ (function () { | ||
var DisconnectedMessageComponent = (function () { | ||
function DisconnectedMessageComponent() { | ||
@@ -13,0 +13,0 @@ } |
@@ -10,3 +10,3 @@ "use strict"; | ||
var core_1 = require("@angular/core"); | ||
var ErrorMessageComponent = /** @class */ (function () { | ||
var ErrorMessageComponent = (function () { | ||
function ErrorMessageComponent() { | ||
@@ -13,0 +13,0 @@ } |
@@ -23,3 +23,3 @@ "use strict"; | ||
*/ | ||
var RemoteDesktopComponent = /** @class */ (function () { | ||
var RemoteDesktopComponent = (function () { | ||
function RemoteDesktopComponent() { | ||
@@ -26,0 +26,0 @@ /** |
@@ -13,3 +13,3 @@ "use strict"; | ||
*/ | ||
var StatusBarItemComponent = /** @class */ (function () { | ||
var StatusBarItemComponent = (function () { | ||
function StatusBarItemComponent() { | ||
@@ -16,0 +16,0 @@ } |
@@ -13,3 +13,3 @@ "use strict"; | ||
*/ | ||
var StatusBarComponent = /** @class */ (function () { | ||
var StatusBarComponent = (function () { | ||
function StatusBarComponent() { | ||
@@ -16,0 +16,0 @@ } |
@@ -13,3 +13,3 @@ "use strict"; | ||
*/ | ||
var ToolbarItemComponent = /** @class */ (function () { | ||
var ToolbarItemComponent = (function () { | ||
function ToolbarItemComponent() { | ||
@@ -16,0 +16,0 @@ } |
@@ -11,5 +11,4 @@ "use strict"; | ||
var core_1 = require("@angular/core"); | ||
var animations_1 = require("@angular/platform-browser/animations"); | ||
var components_1 = require("./components"); | ||
var NgxRemoteDesktopModule = /** @class */ (function () { | ||
var NgxRemoteDesktopModule = (function () { | ||
function NgxRemoteDesktopModule() { | ||
@@ -21,3 +20,2 @@ } | ||
common_1.CommonModule, | ||
animations_1.BrowserAnimationsModule | ||
], | ||
@@ -24,0 +22,0 @@ declarations: [ |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":4,"metadata":{"NgxRemoteDesktopModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"@angular/platform-browser/animations","name":"BrowserAnimationsModule"}],"declarations":[{"__symbolic":"reference","module":"./components","name":"RemoteDesktopComponent"},{"__symbolic":"reference","module":"./components","name":"ToolbarItemComponent"},{"__symbolic":"reference","module":"./components","name":"MessageComponent"},{"__symbolic":"reference","module":"./components","name":"DisplayComponent"},{"__symbolic":"reference","module":"./components","name":"ErrorMessageComponent"},{"__symbolic":"reference","module":"./components","name":"DisconnectedMessageComponent"},{"__symbolic":"reference","module":"./components","name":"ConnectingMessageComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarItemComponent"}],"exports":[{"__symbolic":"reference","module":"./components","name":"RemoteDesktopComponent"},{"__symbolic":"reference","module":"./components","name":"ToolbarItemComponent"},{"__symbolic":"reference","module":"./components","name":"ErrorMessageComponent"},{"__symbolic":"reference","module":"./components","name":"DisconnectedMessageComponent"},{"__symbolic":"reference","module":"./components","name":"ConnectingMessageComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarItemComponent"}],"entryComponents":[],"bootstrap":[{"__symbolic":"reference","module":"./components","name":"RemoteDesktopComponent"}]}]}]}}}] | ||
[{"__symbolic":"module","version":4,"metadata":{"NgxRemoteDesktopModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./components","name":"RemoteDesktopComponent"},{"__symbolic":"reference","module":"./components","name":"ToolbarItemComponent"},{"__symbolic":"reference","module":"./components","name":"MessageComponent"},{"__symbolic":"reference","module":"./components","name":"DisplayComponent"},{"__symbolic":"reference","module":"./components","name":"ErrorMessageComponent"},{"__symbolic":"reference","module":"./components","name":"DisconnectedMessageComponent"},{"__symbolic":"reference","module":"./components","name":"ConnectingMessageComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarItemComponent"}],"exports":[{"__symbolic":"reference","module":"./components","name":"RemoteDesktopComponent"},{"__symbolic":"reference","module":"./components","name":"ToolbarItemComponent"},{"__symbolic":"reference","module":"./components","name":"ErrorMessageComponent"},{"__symbolic":"reference","module":"./components","name":"DisconnectedMessageComponent"},{"__symbolic":"reference","module":"./components","name":"ConnectingMessageComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarComponent"},{"__symbolic":"reference","module":"./components","name":"StatusBarItemComponent"}],"entryComponents":[],"bootstrap":[{"__symbolic":"reference","module":"./components","name":"RemoteDesktopComponent"}]}]}]}}}] |
@@ -9,3 +9,3 @@ "use strict"; | ||
*/ | ||
var RemoteDesktopManager = /** @class */ (function () { | ||
var RemoteDesktopManager = (function () { | ||
/** | ||
@@ -12,0 +12,0 @@ * Set up the manager |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49
907089
3347