This is an ionic app I am working on. I want to implement pull-up loading of 10 items of data each time. How should I do it?
I used the following tags and code
angular part uses
The code I originally used to get the data is as follows
How can I achieve this?
Isn’t the above code already implemented?