mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor: removed the unused contructor in lazyModule (#50536)
empty constructor removed and reduced the codesmells PR Close #50536
This commit is contained in:
parent
d5a8ff39b9
commit
afb7ea4e8c
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ import {NgModule, Component} from '@angular/core';
|
|||
jit: true
|
||||
})
|
||||
export class LazyComponent {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Reference in a new issue