]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/hmr.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / src / hmr.ts
index d5306a7a2879de9677e226deab878d965a006402..adfbca7d9a780a60a9dc00abdc80494234ee1775 100644 (file)
@@ -9,7 +9,7 @@ export const hmrBootstrap = (module: any, bootstrap: () => Promise<NgModuleRef<a
     .then(mod => {
       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)