delete file button

This commit is contained in:
2020-06-11 19:56:47 +02:00
parent ff4f081e7c
commit bcbd119fbd
11 changed files with 92 additions and 36 deletions

View File

@@ -20,7 +20,7 @@
</div>
<p *ngFor="let file of (files$|async)">
<app-file [file]="file"></app-file>
<app-file [file]="file" [songId]="songId"></app-file>
</p>
</app-card>