Just checked my code, with slider what I do is referencing the all slider (which I could confirm works fine). Like following:
<ion-slides #mySlider pager="false">
</ion-slides>
@ViewChild('mySlider') slider: Slides;
Slides
offers several features/methods, maybe one of them will suits your goal?