aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/core.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/core.module.ts')
-rw-r--r--client/src/app/core/core.module.ts2
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 382febe5c..9ca94dd0e 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -2,6 +2,7 @@ import { NgModule, Optional, SkipSelf } from '@angular/core'
2import { CommonModule } from '@angular/common' 2import { CommonModule } from '@angular/common'
3import { HttpModule } from '@angular/http' 3import { HttpModule } from '@angular/http'
4import { RouterModule } from '@angular/router' 4import { RouterModule } from '@angular/router'
5import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
5 6
6import { SimpleNotificationsModule } from 'angular2-notifications' 7import { SimpleNotificationsModule } from 'angular2-notifications'
7import { ModalModule } from 'ngx-bootstrap/modal' 8import { ModalModule } from 'ngx-bootstrap/modal'
@@ -17,6 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'
17 CommonModule, 18 CommonModule,
18 HttpModule, 19 HttpModule,
19 RouterModule, 20 RouterModule,
21 BrowserAnimationsModule,
20 22
21 ModalModule, 23 ModalModule,
22 SimpleNotificationsModule.forRoot() 24 SimpleNotificationsModule.forRoot()