Refactor song selection to a service

This commit is contained in:
Geomitron
2020-05-10 19:53:53 -04:00
parent 8a4620d771
commit e41d69da46
8 changed files with 143 additions and 65 deletions

View File

@@ -22,8 +22,6 @@
#tableRow
*ngFor="let result of results"
(click)="onRowClicked(result)"
(songChecked)="onSongChecked($event)"
(songUnchecked)="onSongUnchecked($event)"
[result]="result"></tr>
</tbody>
</table>