Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / app / utilities / loader / LoaderModule.ts
index ba81b6a..e235be0 100644 (file)
@@ -35,7 +35,7 @@ export class LoaderModule {
   /**
    * Lifecyle Hooks the trigger before component is instantiate
    */
-  public ngOnInit(): void {
-    // Empty Block
+   constructor() {
+    //Empty
   }
 }