From 998acc2215059428fc207ae7f3948038883179b7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 23 Feb 2018 15:39:50 +0100 Subject: Add bar when loading chunks --- client/src/app/core/core.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/core') 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' import { RouterModule } from '@angular/router' import { LoadingBarModule } from '@ngx-loading-bar/core' import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' +import { LoadingBarRouterModule } from '@ngx-loading-bar/router' import { SimpleNotificationsModule } from 'angular2-notifications' import { ModalModule } from 'ngx-bootstrap/modal' @@ -26,6 +27,7 @@ import { ServerService } from './server' SimpleNotificationsModule.forRoot(), LoadingBarHttpClientModule, + LoadingBarRouterModule, LoadingBarModule.forRoot() ], -- cgit v1.2.3