Ionic2 Viewpager (ion-slides)

Is there something like the viewpager for android ? For example i have a news item, and want to swipe to the next or previous one. I know that ionic has Slides, but it will show te old data if the user drags. To handle this i use the ionDrag event on the ion-slides to change it to the next/prev item based on the swipe direction. My problem is that the slides are being build by a for loop, so if the user starts dragging on both screens the content changes (current & next/prev swipe slide).