aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-13 11:29:55 +0100
committerChocobozzz <me@florianbigard.com>2021-01-13 11:29:55 +0100
commit6d0110ad7ba46fc115f24a7cc15a71c5ad186ed1 (patch)
tree60d359816bbc785acdb3a31b4d1ea93be0001ca5 /client/src/app/core
parent0e4ca570fa33105456f0e4650342374c1658d5f4 (diff)
downloadPeerTube-6d0110ad7ba46fc115f24a7cc15a71c5ad186ed1.tar.gz
PeerTube-6d0110ad7ba46fc115f24a7cc15a71c5ad186ed1.tar.zst
PeerTube-6d0110ad7ba46fc115f24a7cc15a71c5ad186ed1.zip
Fix loading bar for HTTP requests
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/core.module.ts11
1 files changed, 1 insertions, 10 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index f51f1920d..c4fc9995e 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -8,11 +8,7 @@ import { PeerTubeSocket } from '@app/core/notification/peertube-socket.service'
8import { HooksService } from '@app/core/plugins/hooks.service' 8import { HooksService } from '@app/core/plugins/hooks.service'
9import { PluginService } from '@app/core/plugins/plugin.service' 9import { PluginService } from '@app/core/plugins/plugin.service'
10import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service' 10import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service'
11import { LoadingBarModule } from '@ngx-loading-bar/core'
12import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client'
13import { LoadingBarRouterModule } from '@ngx-loading-bar/router'
14import { AuthService } from './auth' 11import { AuthService } from './auth'
15import { ScopedTokensService } from './scoped-tokens'
16import { ConfirmService } from './confirm' 12import { ConfirmService } from './confirm'
17import { CheatSheetComponent } from './hotkeys' 13import { CheatSheetComponent } from './hotkeys'
18import { MenuService } from './menu' 14import { MenuService } from './menu'
@@ -23,6 +19,7 @@ import { RestExtractor, RestService } from './rest'
23import { LoginGuard, RedirectService, UserRightGuard } from './routing' 19import { LoginGuard, RedirectService, UserRightGuard } from './routing'
24import { CanDeactivateGuard } from './routing/can-deactivate-guard.service' 20import { CanDeactivateGuard } from './routing/can-deactivate-guard.service'
25import { ServerConfigResolver } from './routing/server-config-resolver.service' 21import { ServerConfigResolver } from './routing/server-config-resolver.service'
22import { ScopedTokensService } from './scoped-tokens'
26import { ServerService } from './server' 23import { ServerService } from './server'
27import { ThemeService } from './theme' 24import { ThemeService } from './theme'
28import { UserService } from './users' 25import { UserService } from './users'
@@ -33,9 +30,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra
33 CommonModule, 30 CommonModule,
34 BrowserAnimationsModule, 31 BrowserAnimationsModule,
35 32
36 LoadingBarHttpClientModule,
37 LoadingBarRouterModule,
38 LoadingBarModule,
39 ToastModule, 33 ToastModule,
40 34
41 HotkeyModule.forRoot({ 35 HotkeyModule.forRoot({
@@ -48,9 +42,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra
48 ], 42 ],
49 43
50 exports: [ 44 exports: [
51 LoadingBarHttpClientModule,
52 LoadingBarModule,
53
54 ToastModule, 45 ToastModule,
55 46
56 CheatSheetComponent 47 CheatSheetComponent