diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-26 20:40:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-26 20:40:03 +0200 |
commit | 157cb9c9713e08ff70078660a32dd77ecb87eabc (patch) | |
tree | 4a9066f820be014fcbddf582fd6b92bdb006dccf /client/tsconfig.json | |
parent | a99593ed9f3244e75f7db793ba6716754d664573 (diff) | |
download | PeerTube-157cb9c9713e08ff70078660a32dd77ecb87eabc.tar.gz PeerTube-157cb9c9713e08ff70078660a32dd77ecb87eabc.tar.zst PeerTube-157cb9c9713e08ff70078660a32dd77ecb87eabc.zip |
Add a loader animation when loading the videos list
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 270524e5f..8e786ca28 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -36,6 +36,7 @@ | |||
36 | "angular/videos/components/list/video-sort.component.ts", | 36 | "angular/videos/components/list/video-sort.component.ts", |
37 | "angular/videos/components/list/videos-list.component.ts", | 37 | "angular/videos/components/list/videos-list.component.ts", |
38 | "angular/videos/components/watch/videos-watch.component.ts", | 38 | "angular/videos/components/watch/videos-watch.component.ts", |
39 | "angular/videos/loader.component.ts", | ||
39 | "angular/videos/pagination.ts", | 40 | "angular/videos/pagination.ts", |
40 | "angular/videos/video.ts", | 41 | "angular/videos/video.ts", |
41 | "angular/videos/videos.service.ts", | 42 | "angular/videos/videos.service.ts", |