Update Angular Version
Use a new Angular application and move files to achieve this!
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user