aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-library/my-library.component.html
blob: b465d0156b1ffbf344520a5f63015b8f27fd348f (plain) (tree)
1
2
3
4
5
6
7






                                                                                                  
<div class="row">
  <my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown>

  <div class="margin-content pb-5" [ngClass]="{ 'offset-content': !isBroadcastMessageDisplayed }">
    <router-outlet></router-outlet>
  </div>
</div>