Files
Bridge-Multi/src/app/app.component.html
2020-02-06 13:21:35 -05:00

4 lines
137 B
HTML

<div style="display: flex; flex-direction: column; height: 100%;">
<app-toolbar></app-toolbar>
<router-outlet></router-outlet>
</div>