mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-23 11:03:19 +03:00
fixed videogular in angular 9
This commit is contained in:
@@ -36,11 +36,11 @@
|
|||||||
"ng-lazyload-image": "^7.0.1",
|
"ng-lazyload-image": "^7.0.1",
|
||||||
"ng4-configure": "^0.1.7",
|
"ng4-configure": "^0.1.7",
|
||||||
"ngx-content-loading": "^0.1.3",
|
"ngx-content-loading": "^0.1.3",
|
||||||
|
"ngx-videogular": "^9.0.1",
|
||||||
"rxjs": "^6.5.3",
|
"rxjs": "^6.5.3",
|
||||||
"rxjs-compat": "^6.0.0-rc.0",
|
"rxjs-compat": "^6.0.0-rc.0",
|
||||||
"tslib": "^1.10.0",
|
"tslib": "^1.10.0",
|
||||||
"typescript": "~3.7.5",
|
"typescript": "~3.7.5",
|
||||||
"videogular2": "^7.0.1",
|
|
||||||
"web-animations-js": "^2.3.2",
|
"web-animations-js": "^2.3.2",
|
||||||
"zone.js": "~0.10.2"
|
"zone.js": "~0.10.2"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -34,10 +34,7 @@ import {RouterModule} from '@angular/router';
|
|||||||
import { AppRoutingModule } from './app-routing.module';
|
import { AppRoutingModule } from './app-routing.module';
|
||||||
import { MainComponent } from './main/main.component';
|
import { MainComponent } from './main/main.component';
|
||||||
import { PlayerComponent } from './player/player.component';
|
import { PlayerComponent } from './player/player.component';
|
||||||
import {VgCoreModule} from 'videogular2/compiled/core';
|
import {VgCoreModule, VgControlsModule, VgOverlayPlayModule, VgBufferingModule} from 'ngx-videogular';
|
||||||
import {VgControlsModule} from 'videogular2/compiled/controls';
|
|
||||||
import {VgOverlayPlayModule} from 'videogular2/compiled/overlay-play';
|
|
||||||
import {VgBufferingModule} from 'videogular2/compiled/buffering';
|
|
||||||
import { InputDialogComponent } from './input-dialog/input-dialog.component';
|
import { InputDialogComponent } from './input-dialog/input-dialog.component';
|
||||||
import { LazyLoadImageModule, IsVisibleProps } from 'ng-lazyload-image';
|
import { LazyLoadImageModule, IsVisibleProps } from 'ng-lazyload-image';
|
||||||
import { NgxContentLoadingModule } from 'ngx-content-loading';
|
import { NgxContentLoadingModule } from 'ngx-content-loading';
|
||||||
|
|||||||
Reference in New Issue
Block a user