Skip to content
Snippets Groups Projects
deposit-view.component.html 297 B
Newer Older
<button mat-flat-button color="primary" (click)="addDeposit()">New Deposit</button>
<button mat-flat-button color="secondary" (click)="getAll()">Refresh</button>
<dlcm-table-deposits [deposits]="deposits$ | async"></dlcm-table-deposits>
<mat-spinner *ngIf="(isLoading$ | async)"></mat-spinner>