fix: igeneric types

This commit is contained in:
adripo
2022-11-12 22:27:07 +01:00
parent 64ad353628
commit e9cf8a9180
26 changed files with 29 additions and 29 deletions
@@ -10,7 +10,7 @@ import { Subject } from 'rxjs';
export class EmptyLayoutComponent implements OnInit, OnDestroy
{
// Private
private _unsubscribeAll: Subject<any>;
private _unsubscribeAll: Subject<void>;
/**
* Constructor