diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-23 15:39:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-23 15:39:50 +0100 |
commit | 998acc2215059428fc207ae7f3948038883179b7 (patch) | |
tree | 253eeecdf2fcbbd84bc906dc459f123d9b55be0f /client/src | |
parent | 285fe7c93072b2a8e6a9af6b7e8ffcdefcffbddf (diff) | |
download | PeerTube-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.ts | 2 |
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' | |||
5 | import { RouterModule } from '@angular/router' | 5 | import { RouterModule } from '@angular/router' |
6 | import { LoadingBarModule } from '@ngx-loading-bar/core' | 6 | import { LoadingBarModule } from '@ngx-loading-bar/core' |
7 | import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' | 7 | import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' |
8 | import { LoadingBarRouterModule } from '@ngx-loading-bar/router' | ||
8 | 9 | ||
9 | import { SimpleNotificationsModule } from 'angular2-notifications' | 10 | import { SimpleNotificationsModule } from 'angular2-notifications' |
10 | import { ModalModule } from 'ngx-bootstrap/modal' | 11 | import { 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 | ||