Skip to content

Commit

Permalink
ECOMMONS-1563: add navbar to ilr theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhk33 committed Aug 24, 2023
1 parent 853a49c commit e2c4f2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themes/ilr/app/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
<li *ngIf="(isXsOrSm$ | async) && (isAuthenticated$ | async)">
<ds-user-menu [inExpandableNavbar]="true"></ds-user-menu>
</li>
<ng-container *ngFor="let section of (sections | async)">
<ng-container *ngComponentOutlet="(sectionMap$ | async).get(section.id)?.component; injector: (sectionMap$ | async).get(section.id)?.injector;"></ng-container>
</ng-container>
</ul>
</div>
</div>
</div>
</nav>

<div class="ilr-brand">
<div class="container">
<div class="row">
Expand Down

0 comments on commit e2c4f2b

Please sign in to comment.