user preferences - chord type

This commit is contained in:
2020-03-22 14:06:50 +01:00
committed by smuddy
parent 7d8f6dd80b
commit aa57dc2ce3
19 changed files with 93 additions and 21 deletions

View File

@@ -15,10 +15,12 @@ import {FormControl} from '@angular/forms';
})
export class SongComponent implements OnInit {
@Input() public showSong: ShowSong;
@Input() public showId: string;
public keys: string[];
@Input() public showSongs: ShowSong[];
@Input() public showId: string;
@Input() public showText: boolean;
public keys: string[];
public faDelete = faTrash;
public faUp = faCaretUp;
public faDown = faCaretDown;