From 954605a804da399317ca62afa2fb9244afa11ebf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Oct 2017 16:55:03 +0200 Subject: Support roles with rights and add moderator role --- client/src/app/core/routing/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/core/routing/index.ts') diff --git a/client/src/app/core/routing/index.ts b/client/src/app/core/routing/index.ts index 17f3ee833..d1b982834 100644 --- a/client/src/app/core/routing/index.ts +++ b/client/src/app/core/routing/index.ts @@ -1 +1,3 @@ +export * from './login-guard.service' +export * from './user-right-guard.service' export * from './preload-selected-modules-list' -- cgit v1.2.3