mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
5 lines
260 B
HTML
5 lines
260 B
HTML
<div class="ds-menu-item-wrapper text-md-center"
|
|
[id]="'navbar-section-' + section.id">
|
|
<ng-container *ngComponentOutlet="(sectionMap$ | async).get(section.id).component; injector: (sectionMap$ | async).get(section.id).injector;"></ng-container>
|
|
</div>
|