]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/core.module.ts
Add refresh button in jobs list
[github/Chocobozzz/PeerTube.git] / client / src / app / core / core.module.ts
index 6c0a2245d2263f4a528093423de0554182cf47d6..c4fc9995e689d7af16fc86f937ce861acd19743e 100644 (file)
@@ -8,9 +8,6 @@ import { PeerTubeSocket } from '@app/core/notification/peertube-socket.service'
 import { HooksService } from '@app/core/plugins/hooks.service'
 import { PluginService } from '@app/core/plugins/plugin.service'
 import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service'
-import { LoadingBarModule } from '@ngx-loading-bar/core'
-import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client'
-import { LoadingBarRouterModule } from '@ngx-loading-bar/router'
 import { AuthService } from './auth'
 import { ConfirmService } from './confirm'
 import { CheatSheetComponent } from './hotkeys'
@@ -22,6 +19,7 @@ import { RestExtractor, RestService } from './rest'
 import { LoginGuard, RedirectService, UserRightGuard } from './routing'
 import { CanDeactivateGuard } from './routing/can-deactivate-guard.service'
 import { ServerConfigResolver } from './routing/server-config-resolver.service'
+import { ScopedTokensService } from './scoped-tokens'
 import { ServerService } from './server'
 import { ThemeService } from './theme'
 import { UserService } from './users'
@@ -32,9 +30,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra
     CommonModule,
     BrowserAnimationsModule,
 
-    LoadingBarHttpClientModule,
-    LoadingBarRouterModule,
-    LoadingBarModule,
     ToastModule,
 
     HotkeyModule.forRoot({
@@ -47,9 +42,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra
   ],
 
   exports: [
-    LoadingBarHttpClientModule,
-    LoadingBarModule,
-
     ToastModule,
 
     CheatSheetComponent
@@ -57,6 +49,7 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra
 
   providers: [
     AuthService,
+    ScopedTokensService,
     ConfirmService,
     ServerService,
     ThemeService,