From 2a27c451f78922107c3f056e7506be8a79b31e03 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 1 Oct 2018 11:24:41 +0200 Subject: Update changelog --- client/src/hmr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/hmr.ts b/client/src/hmr.ts index d5306a7a2..adfbca7d9 100644 --- a/client/src/hmr.ts +++ b/client/src/hmr.ts @@ -9,7 +9,7 @@ export const hmrBootstrap = (module: any, bootstrap: () => Promise { ngModule = mod - const applicationRef = ngModule.injector.get(ApplicationRef); + const applicationRef = ngModule.injector.get(ApplicationRef) const componentRef = applicationRef.components[ 0 ] // allows to run `ng.profiler.timeChangeDetection();` enableDebugTools(componentRef) -- cgit v1.2.3