From 99b727ec9c34863d24e23faa6fe1e49d4b359f31 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 5 Feb 2017 10:26:22 +0100 Subject: Client: fix angular2-notifications dep... --- client/src/app/core/core.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core/core.module.ts') 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: [ -- cgit v1.2.3