refactor: removed the unused contructor in lazyModule (#50536)

empty constructor removed and reduced the codesmells

PR Close #50536
This commit is contained in:
alkavats1 2023-06-12 16:28:06 +05:30 committed by Pawel Kozlowski
parent d5a8ff39b9
commit afb7ea4e8c

View file

@ -6,8 +6,7 @@ import {NgModule, Component} from '@angular/core';
jit: true
})
export class LazyComponent {
constructor() {
}
}
@NgModule({