ons-lazy-repeat -scroll event
-
In ons-lazy-repeat how to get scroll event in angular 2 +, In my use case I need to call server api and fetch next records when user scolls down/up.
-
Have a look at this part of the Onsen UI tutorial: https://onsen.io/v2/guide/tutorial.html#remote-api-calls
It’s written for plain JS, but it should be straightforward to write it in Angular.