Remove redudant injectable

This commit is contained in:
Igor Kulikov 2021-05-27 16:43:07 +03:00
parent df0d6ea0cf
commit 3f1ced27d3

View File

@ -28,7 +28,6 @@ import {
import { Observable, ReplaySubject } from 'rxjs'; import { Observable, ReplaySubject } from 'rxjs';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
@Injectable()
@NgModule() @NgModule()
export abstract class DynamicComponentModule implements OnDestroy { export abstract class DynamicComponentModule implements OnDestroy {