Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / app / utilities / page-per-row / PagePerRowModule.ts
index e5b8a29..66d62cb 100644 (file)
@@ -36,7 +36,7 @@ export class PagePerRowModule {
     /**
      * Lifecyle Hooks the trigger before component is instantiate
      */
-    public ngOnInit(): void {
-        // Empty Block
-    }
+     constructor() {
+        //Empty
+      }
 }