How do I get Current Active Slide Index in ionic5 with ion-slides

前端 未结 0 802
孤城傲影
孤城傲影 2021-02-03 18:50

In TS file:

async onSlideChange() {
const index = await this.slides.nativeElement.getActiveIndex();
console.log(\'@@@@index\', index);
}

In html

相关标签:
回答
  • 消灭零回复
提交回复
热议问题