From afb7ea4e8cd5e7e0315ed342e5c9f446cfca6969 Mon Sep 17 00:00:00 2001 From: alkavats1 Date: Mon, 12 Jun 2023 16:28:06 +0530 Subject: [PATCH] refactor: removed the unused contructor in lazyModule (#50536) empty constructor removed and reduced the codesmells PR Close #50536 --- integration/dynamic-compiler/src/lazy.module.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration/dynamic-compiler/src/lazy.module.ts b/integration/dynamic-compiler/src/lazy.module.ts index 2d6c04aa3bc..9539c144e97 100644 --- a/integration/dynamic-compiler/src/lazy.module.ts +++ b/integration/dynamic-compiler/src/lazy.module.ts @@ -6,8 +6,7 @@ import {NgModule, Component} from '@angular/core'; jit: true }) export class LazyComponent { - constructor() { - } + } @NgModule({