From 99b727ec9c34863d24e23faa6fe1e49d4b359f31 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 5 Feb 2017 10:26:22 +0100 Subject: [PATCH] Client: fix angular2-notifications dep... --- client/package.json | 4 ++-- 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 @@ "@types/videojs": "0.0.30", "@types/webpack": "^2.0.0", "angular-pipes": "^5.0.0", - "angular2-notifications": "^0.4.49", + "angular2-notifications": "^0.4.53", "angular2-template-loader": "^0.6.0", "assets-webpack-plugin": "^3.4.0", "awesome-typescript-loader": "3.0.0-beta.18", @@ -58,7 +58,7 @@ "ng2-bootstrap": "1.1.16-10", "ng2-file-upload": "^1.1.4-2", "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", - "ng2-smart-table": "^0.5.2-1", + "ng2-smart-table": "0.5.2-1", "ngc-webpack": "1.1.0", "node-sass": "^4.1.1", "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'; RouterModule, ModalModule, - SimpleNotificationsModule + SimpleNotificationsModule.forRoot() ], declarations: [ -- 2.41.0