mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor: removed the unused contructor in lazyModule (#50536)
empty constructor removed and reduced the codesmells PR Close #50536
This commit is contained in:
committed by
Pawel Kozlowski
parent
d5a8ff39b9
commit
afb7ea4e8c
@@ -6,8 +6,7 @@ import {NgModule, Component} from '@angular/core';
|
||||
jit: true
|
||||
})
|
||||
export class LazyComponent {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user