You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
375 B
15 lines
375 B
<div id="big_container" [class]="themeClass"> |
|
<app-header [isSidebarOpened]="isSidebarOpened" (toggleSidebarEE)="toggleSidebar($event)"></app-header> |
|
|
|
<main> |
|
<router-outlet></router-outlet> |
|
</main> |
|
|
|
<app-footer></app-footer> |
|
</div> |
|
|
|
<p-toast position="bottom-center"></p-toast> |
|
|
|
<p-sidebar [(visible)]="isSidebarOpened"> |
|
<app-navigation></app-navigation> |
|
</p-sidebar>
|
|
|