[DURACOM-191] fix defer not being solved

This commit is contained in:
Andrea Barbasso
2024-01-15 13:06:37 +01:00
parent 2d3c5cef06
commit 6b827426fa
5 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ export class MenuSectionComponent implements OnInit, OnDestroy {
*/
sectionMap$: BehaviorSubject<Map<string, {
injector: Injector,
component: GenericConstructor<MenuSectionComponent>
component: Observable<GenericConstructor<MenuSectionComponent>>
}>> = new BehaviorSubject(new Map());
/**