22 lines
363 B
HTML

<app-header></app-header>
<div class="main-container">
<div fxLayout="row" fxLayout.sm="column" fxLayout.xs="column" fxLayoutAlign="space-between">
<div fxFlex>
<app-card-dashboard position="first"></app-card-dashboard>
</div>
<div fxFlex>
<app-card-dashboard position="second"></app-card-dashboard>
</div>
</div>
</div>