Update Angular Version

Use a new Angular application and move files to achieve this!
This commit is contained in:
2020-12-20 14:07:54 +01:00
parent 9b522866ea
commit d2cca5107b
23 changed files with 8648 additions and 8896 deletions

View File

@@ -25,7 +25,7 @@ export class SongTableComponent {
*
* @param event scroll event
*/
private onScroll(event: any) {
onScroll(event: any) {
if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) {
this.atBottom.emit();
}