diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/core/core.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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' | |||
5 | import { RouterModule } from '@angular/router' | 5 | import { RouterModule } from '@angular/router' |
6 | import { LoadingBarModule } from '@ngx-loading-bar/core' | 6 | import { LoadingBarModule } from '@ngx-loading-bar/core' |
7 | import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' | 7 | import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' |
8 | import { LoadingBarRouterModule } from '@ngx-loading-bar/router' | ||
8 | 9 | ||
9 | import { SimpleNotificationsModule } from 'angular2-notifications' | 10 | import { SimpleNotificationsModule } from 'angular2-notifications' |
10 | import { ModalModule } from 'ngx-bootstrap/modal' | 11 | import { ModalModule } from 'ngx-bootstrap/modal' |
@@ -26,6 +27,7 @@ import { ServerService } from './server' | |||
26 | SimpleNotificationsModule.forRoot(), | 27 | SimpleNotificationsModule.forRoot(), |
27 | 28 | ||
28 | LoadingBarHttpClientModule, | 29 | LoadingBarHttpClientModule, |
30 | LoadingBarRouterModule, | ||
29 | LoadingBarModule.forRoot() | 31 | LoadingBarModule.forRoot() |
30 | ], | 32 | ], |
31 | 33 | ||