From 693b1aba4675f7e3d850e0f6d07dbfc7bdff9b8c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 20 Nov 2016 17:18:15 +0100 Subject: Client: split in angular modules --- client/src/app/shared/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/index.ts') diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index af34b4b64..52a647b83 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -3,3 +3,4 @@ export * from './forms'; export * from './rest'; export * from './search'; export * from './users'; +export * from './shared.module'; -- cgit v1.2.3