diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-28 15:40:53 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-28 17:13:51 +0100 |
commit | 80958c78fdc733c02077a9d2200be0c3f5ee623e (patch) | |
tree | a5f024c8127f98e9f08c3db369a9d219cf8c30c7 /client/src/app/videos/videos.module.ts | |
parent | 83c663ef0e94242762ed5f6d2875fc55f4a5603e (diff) | |
download | PeerTube-80958c78fdc733c02077a9d2200be0c3f5ee623e.tar.gz PeerTube-80958c78fdc733c02077a9d2200be0c3f5ee623e.tar.zst PeerTube-80958c78fdc733c02077a9d2200be0c3f5ee623e.zip |
Add loader when expanding long video description
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 17 |
1 files changed, 4 insertions, 13 deletions
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 @@ | |||
1 | import { NgModule } from '@angular/core' | 1 | import { NgModule } from '@angular/core' |
2 | 2 | import { SharedModule } from '../shared' | |
3 | import { VideoService } from './shared' | ||
4 | import { MyVideosComponent, VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list' | ||
3 | import { VideosRoutingModule } from './videos-routing.module' | 5 | import { VideosRoutingModule } from './videos-routing.module' |
4 | import { VideosComponent } from './videos.component' | 6 | import { VideosComponent } from './videos.component' |
5 | import { | ||
6 | LoaderComponent, | ||
7 | VideoListComponent, | ||
8 | MyVideosComponent, | ||
9 | VideoMiniatureComponent, | ||
10 | VideoSortComponent | ||
11 | } from './video-list' | ||
12 | import { VideoService } from './shared' | ||
13 | import { SharedModule } from '../shared' | ||
14 | 7 | ||
15 | @NgModule({ | 8 | @NgModule({ |
16 | imports: [ | 9 | imports: [ |
@@ -24,9 +17,7 @@ import { SharedModule } from '../shared' | |||
24 | VideoListComponent, | 17 | VideoListComponent, |
25 | MyVideosComponent, | 18 | MyVideosComponent, |
26 | VideoMiniatureComponent, | 19 | VideoMiniatureComponent, |
27 | VideoSortComponent, | 20 | VideoSortComponent |
28 | |||
29 | LoaderComponent | ||
30 | ], | 21 | ], |
31 | 22 | ||
32 | exports: [ | 23 | exports: [ |