From 68e24d727969a73a13e3c29b4d3bcfe50c3c52be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 16 Feb 2018 17:24:47 +0100 Subject: Add loading bar when updating a video --- client/src/app/shared/shared.module.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 2a9426479..b1dfdd747 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -6,7 +6,6 @@ import { RouterModule } from '@angular/router' import { MarkdownTextareaComponent } from '@app/shared/forms/markdown-textarea.component' import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.directive' import { MarkdownService } from '@app/videos/shared' -import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' import { BsDropdownModule } from 'ngx-bootstrap/dropdown' import { ModalModule } from 'ngx-bootstrap/modal' @@ -36,8 +35,6 @@ import { VideoService } from './video/video.service' RouterModule, HttpClientModule, - LoadingBarHttpClientModule, - BsDropdownModule.forRoot(), ModalModule.forRoot(), TabsModule.forRoot(), @@ -65,8 +62,6 @@ import { VideoService } from './video/video.service' RouterModule, HttpClientModule, - LoadingBarHttpClientModule, - BsDropdownModule, ModalModule, TabsModule, -- cgit v1.2.3