ionic add next button slides

The solution for “ionic add next button slides” can be found here. The following code will assist you in solving the problem.

// IonSlides as type but it didn’t help (ionic v6.17.1)

@ViewChild(‘slides’, {static: true}) slides: ElementRef;

swipeRight() {
this.slides.nativeElement.slideNext();
}
//{static: true} is optional

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in