I have an ion-scroll component. I\'m trying to execute some code during scrolling. In Ionic 1 this was possible using the on-scroll attribute and passing a function.
I found a solution here: “On-scroll” not working in
Using the "addScrollEventListener" inside "ngAfterViewChecked".
"addScrollEventListener"
"ngAfterViewChecked"