gxsjtu
1
I have get swiper object through ViewChild.
e_kom
2
define slides options BEFORE your constructor by specifing onlyExternal to true like this
sliderOptions = {
onlyExternal: true
};
the use this option object as options of your ion-slides
<ion-slides #mySlides [options]=“this.sliderOptions”>
for more info check these links