Updated to Angular 9 and Ionic 5
This commit is contained in:
parent
e0496943fa
commit
c7cca00142
5684
openvidu-ionic/package-lock.json
generated
5684
openvidu-ionic/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,18 +13,18 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "8.2.14",
|
||||
"@angular/core": "8.2.14",
|
||||
"@angular/forms": "8.2.14",
|
||||
"@angular/http": "7.2.15",
|
||||
"@angular/platform-browser": "8.2.14",
|
||||
"@angular/platform-browser-dynamic": "8.2.14",
|
||||
"@angular/router": "8.2.14",
|
||||
"@ionic-native/android-permissions": "5.19.0",
|
||||
"@ionic-native/core": "5.19.0",
|
||||
"@ionic-native/splash-screen": "5.19.0",
|
||||
"@ionic-native/status-bar": "5.19.0",
|
||||
"@ionic/angular": "4.11.7",
|
||||
"@angular/common": "9.0.2",
|
||||
"@angular/core": "9.0.2",
|
||||
"@angular/forms": "9.0.2",
|
||||
"@angular/http": "7.2.16",
|
||||
"@angular/platform-browser": "9.0.2",
|
||||
"@angular/platform-browser-dynamic": "9.0.2",
|
||||
"@angular/router": "9.0.2",
|
||||
"@ionic-native/android-permissions": "5.21.6",
|
||||
"@ionic-native/core": "5.21.6",
|
||||
"@ionic-native/splash-screen": "5.21.6",
|
||||
"@ionic-native/status-bar": "5.21.6",
|
||||
"@ionic/angular": "5.0.1",
|
||||
"cordova-android": "8.1.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
"cordova-ios": "5.1.1",
|
||||
@ -32,13 +32,14 @@
|
||||
"cordova-plugin-device": "2.0.3",
|
||||
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||||
"cordova-plugin-ionic-webview": "4.1.3",
|
||||
"cordova-plugin-iosrtc": "6.0.5",
|
||||
"cordova-plugin-iosrtc": "6.0.8",
|
||||
"cordova-plugin-splashscreen": "5.0.3",
|
||||
"cordova-plugin-statusbar": "2.4.3",
|
||||
"cordova-plugin-whitelist": "1.3.4",
|
||||
"core-js": "3.6.1",
|
||||
"core-js": "3.6.4",
|
||||
"openvidu-browser": "2.11.0",
|
||||
"rxjs": "6.5.4",
|
||||
"tslib": "1.11.0",
|
||||
"xcode": "2.1.0",
|
||||
"zone.js": "0.10.2"
|
||||
},
|
||||
@ -46,31 +47,31 @@
|
||||
"ios-deploy": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.803.21",
|
||||
"@angular-devkit/build-angular": "0.803.21",
|
||||
"@angular-devkit/core": "8.3.21",
|
||||
"@angular-devkit/schematics": "8.3.21",
|
||||
"@angular/cli": "8.3.21",
|
||||
"@angular/compiler": "8.2.14",
|
||||
"@angular/compiler-cli": "8.2.14",
|
||||
"@angular/language-service": "8.2.14",
|
||||
"@ionic/angular-toolkit": "2.1.1",
|
||||
"@angular-devkit/architect": "0.900.3",
|
||||
"@angular-devkit/build-angular": "0.900.3",
|
||||
"@angular-devkit/core": "9.0.3",
|
||||
"@angular-devkit/schematics": "9.0.3",
|
||||
"@angular/cli": "9.0.3",
|
||||
"@angular/compiler": "9.0.2",
|
||||
"@angular/compiler-cli": "9.0.2",
|
||||
"@angular/language-service": "9.0.2",
|
||||
"@ionic/angular-toolkit": "2.2.0",
|
||||
"@ionic/schematics-angular": "1.0.7",
|
||||
"@types/jasmine": "3.5.0",
|
||||
"@types/jasmine": "3.5.7",
|
||||
"@types/jasminewd2": "2.0.8",
|
||||
"@types/node": "13.1.2",
|
||||
"@types/node": "13.7.6",
|
||||
"codelyzer": "5.2.1",
|
||||
"jasmine-core": "3.5.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
"karma": "4.4.1",
|
||||
"karma-chrome-launcher": "3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "2.1.1",
|
||||
"karma-jasmine": "2.0.1",
|
||||
"karma-jasmine": "3.1.1",
|
||||
"karma-jasmine-html-reporter": "1.5.1",
|
||||
"protractor": "5.4.2",
|
||||
"ts-node": "8.3.0",
|
||||
"tslint": "5.20.1",
|
||||
"typescript": "3.4.5"
|
||||
"protractor": "5.4.3",
|
||||
"ts-node": "8.6.2",
|
||||
"tslint": "6.0.0",
|
||||
"typescript": "3.7.5"
|
||||
},
|
||||
"description": "An Ionic project",
|
||||
"cordova": {
|
||||
|
||||
@ -9,7 +9,7 @@ declare var cordova;
|
||||
})
|
||||
export class OpenViduVideoComponent implements AfterViewInit, OnDestroy {
|
||||
|
||||
@ViewChild('videoElement', {static: false}) elementRef: ElementRef;
|
||||
@ViewChild('videoElement') elementRef: ElementRef;
|
||||
_streamManager: StreamManager;
|
||||
|
||||
rotationFunction;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user