mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-15 06:10:29 +09:00
9 lines
258 B
HTML
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>
|
|
|