aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/core.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-31 16:37:37 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-10-31 16:37:37 +0100
commit7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9 (patch)
tree80c7ff1d004e58915270f621f7293bdeb193abd0 /client/src/app/core/core.module.ts
parent53abc4c272be9ecc951274458d054dbaf86e594d (diff)
downloadPeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.tar.gz
PeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.tar.zst
PeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.zip
Upgrade client dep
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}