Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / app / utilities / page-reload / PageReloadModule.ts
index 56c35fd..983f939 100644 (file)
@@ -37,7 +37,7 @@ export class PageReloadModule {
     /**
      * Lifecyle Hooks the trigger before component is instantiate
      */
-    public ngOnInit(): void {
-        // Empty Block
-    }
+     constructor() {
+        //Empty
+      }
 }