aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/core.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/core.module.ts')
-rw-r--r--client/src/app/core/core.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index 90e2cb190..c4ce2b637 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -48,7 +48,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'
48 ] 48 ]
49}) 49})
50export class CoreModule { 50export class CoreModule {
51 constructor ( @Optional() @SkipSelf() parentModule: CoreModule) { 51 constructor (@Optional() @SkipSelf() parentModule: CoreModule) {
52 throwIfAlreadyLoaded(parentModule, 'CoreModule') 52 throwIfAlreadyLoaded(parentModule, 'CoreModule')
53 } 53 }
54} 54}