X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fcore.module.ts;h=2392a234c1a3856c6397746744f4fe8082711c9b;hb=cb2e36618ca5986949d4326ea939b5b08f3a9a82;hp=f51f1920df2a493561e60ecd5363fe750b306d9e;hpb=5beb89f223539f1e415a976ff104f772526b4d20;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index f51f1920d..2392a234c 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -7,12 +7,7 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations' 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 { ScopedTokensService } from './scoped-tokens' import { ConfirmService } from './confirm' import { CheatSheetComponent } from './hotkeys' import { MenuService } from './menu' @@ -20,9 +15,10 @@ import { throwIfAlreadyLoaded } from './module-import-guard' import { Notifier } from './notification' import { HtmlRendererService, LinkifierService, MarkdownService } from './renderer' import { RestExtractor, RestService } from './rest' -import { LoginGuard, RedirectService, UserRightGuard } from './routing' +import { LoginGuard, RedirectService, UserRightGuard, UnloggedGuard } 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' @@ -33,9 +29,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra CommonModule, BrowserAnimationsModule, - LoadingBarHttpClientModule, - LoadingBarRouterModule, - LoadingBarModule, ToastModule, HotkeyModule.forRoot({ @@ -48,9 +41,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra ], exports: [ - LoadingBarHttpClientModule, - LoadingBarModule, - ToastModule, CheatSheetComponent