mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
[DURACOM-191] fix defer not being solved
This commit is contained in:
@@ -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());
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user