|
|
@ -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';
|
|
|
|