From 80958c78fdc733c02077a9d2200be0c3f5ee623e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Nov 2017 15:40:53 +0100 Subject: Add loader when expanding long video description --- client/src/app/videos/videos.module.ts | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'client/src/app/videos/videos.module.ts') diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index ecc351b65..4f3054c3a 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts @@ -1,16 +1,9 @@ import { NgModule } from '@angular/core' - +import { SharedModule } from '../shared' +import { VideoService } from './shared' +import { MyVideosComponent, VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list' import { VideosRoutingModule } from './videos-routing.module' import { VideosComponent } from './videos.component' -import { - LoaderComponent, - VideoListComponent, - MyVideosComponent, - VideoMiniatureComponent, - VideoSortComponent -} from './video-list' -import { VideoService } from './shared' -import { SharedModule } from '../shared' @NgModule({ imports: [ @@ -24,9 +17,7 @@ import { SharedModule } from '../shared' VideoListComponent, MyVideosComponent, VideoMiniatureComponent, - VideoSortComponent, - - LoaderComponent + VideoSortComponent ], exports: [ -- cgit v1.2.3