From 18a6f04c071f7a0735eb39b8c67fd51a082d1a31 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 8 Jul 2019 15:54:08 +0200 Subject: WIP plugins: hook on client side --- client/src/app/core/core.module.ts | 3 +++ 1 file changed, 3 insertions(+) (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 06fa8fcf1..436c0dfb8 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -21,6 +21,7 @@ import { MessageService } from 'primeng/api' import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service' import { ServerConfigResolver } from './routing/server-config-resolver.service' import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service' +import { PluginService } from '@app/core/plugins/plugin.service' @NgModule({ imports: [ @@ -61,6 +62,8 @@ import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service' UserRightGuard, UnloggedGuard, + PluginService, + RedirectService, Notifier, MessageService, -- cgit v1.2.3