Files
quartz-manager/quartz-manager-frontend/src/app/app.component.html
2022-08-04 00:43:53 +02:00

9 lines
258 B
HTML

<div fxLayout="column" fxLayoutAlign="space-between stretch" fxFill>
<app-header fxFlex="0 0 auto"></app-header>
<div class="content" fxFlex="100" fxFill>
<router-outlet></router-outlet>
</div>
<app-footer fxFlex="0 0 auto"></app-footer>
</div>