aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-23 15:39:50 +0100
committerChocobozzz <me@florianbigard.com>2018-02-23 15:39:50 +0100
commit998acc2215059428fc207ae7f3948038883179b7 (patch)
tree253eeecdf2fcbbd84bc906dc459f123d9b55be0f /client/src
parent285fe7c93072b2a8e6a9af6b7e8ffcdefcffbddf (diff)
downloadPeerTube-998acc2215059428fc207ae7f3948038883179b7.tar.gz
PeerTube-998acc2215059428fc207ae7f3948038883179b7.tar.zst
PeerTube-998acc2215059428fc207ae7f3948038883179b7.zip
Add bar when loading chunks
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/core/core.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index 36dbe8b5c..708831965 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -5,6 +5,7 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
5import { RouterModule } from '@angular/router' 5import { RouterModule } from '@angular/router'
6import { LoadingBarModule } from '@ngx-loading-bar/core' 6import { LoadingBarModule } from '@ngx-loading-bar/core'
7import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' 7import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client'
8import { LoadingBarRouterModule } from '@ngx-loading-bar/router'
8 9
9import { SimpleNotificationsModule } from 'angular2-notifications' 10import { SimpleNotificationsModule } from 'angular2-notifications'
10import { ModalModule } from 'ngx-bootstrap/modal' 11import { ModalModule } from 'ngx-bootstrap/modal'
@@ -26,6 +27,7 @@ import { ServerService } from './server'
26 SimpleNotificationsModule.forRoot(), 27 SimpleNotificationsModule.forRoot(),
27 28
28 LoadingBarHttpClientModule, 29 LoadingBarHttpClientModule,
30 LoadingBarRouterModule,
29 LoadingBarModule.forRoot() 31 LoadingBarModule.forRoot()
30 ], 32 ],
31 33