diff options
-rw-r--r-- | client/package.json | 4 | ||||
-rw-r--r-- | client/src/app/core/core.module.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index 9566961d4..ad901fc67 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -36,7 +36,7 @@ | |||
36 | "@types/videojs": "0.0.30", | 36 | "@types/videojs": "0.0.30", |
37 | "@types/webpack": "^2.0.0", | 37 | "@types/webpack": "^2.0.0", |
38 | "angular-pipes": "^5.0.0", | 38 | "angular-pipes": "^5.0.0", |
39 | "angular2-notifications": "^0.4.49", | 39 | "angular2-notifications": "^0.4.53", |
40 | "angular2-template-loader": "^0.6.0", | 40 | "angular2-template-loader": "^0.6.0", |
41 | "assets-webpack-plugin": "^3.4.0", | 41 | "assets-webpack-plugin": "^3.4.0", |
42 | "awesome-typescript-loader": "3.0.0-beta.18", | 42 | "awesome-typescript-loader": "3.0.0-beta.18", |
@@ -58,7 +58,7 @@ | |||
58 | "ng2-bootstrap": "1.1.16-10", | 58 | "ng2-bootstrap": "1.1.16-10", |
59 | "ng2-file-upload": "^1.1.4-2", | 59 | "ng2-file-upload": "^1.1.4-2", |
60 | "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", | 60 | "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", |
61 | "ng2-smart-table": "^0.5.2-1", | 61 | "ng2-smart-table": "0.5.2-1", |
62 | "ngc-webpack": "1.1.0", | 62 | "ngc-webpack": "1.1.0", |
63 | "node-sass": "^4.1.1", | 63 | "node-sass": "^4.1.1", |
64 | "normalize.css": "^5.0.0", | 64 | "normalize.css": "^5.0.0", |
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index f02304647..ae2930552 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts | |||
@@ -18,7 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'; | |||
18 | RouterModule, | 18 | RouterModule, |
19 | 19 | ||
20 | ModalModule, | 20 | ModalModule, |
21 | SimpleNotificationsModule | 21 | SimpleNotificationsModule.forRoot() |
22 | ], | 22 | ], |
23 | 23 | ||
24 | declarations: [ | 24 | declarations: [ |