add swiper view to show

This commit is contained in:
2023-05-18 11:54:47 +02:00
parent e94766898d
commit 551bed9a77
16 changed files with 162 additions and 22 deletions

View File

@@ -19,6 +19,7 @@ export class SongComponent implements OnInit {
@Input() public showId: string | null = null;
@Input() public showText: boolean | null = null;
@Input() public index = -1;
@Input() public fullscreen = false;
public keys: string[] = [];
public faDelete = faTrash;