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





                                                                                                  
<div class="root">
  <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>