Skip to content

Commit f3af420

Browse files
committed
fix(carousle): manaully update carousel API
1 parent 8e747b9 commit f3af420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layouts/carousel/carousel-no-navigation-sample/carousel-no-navigation-sample.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class CarouselNoNavigationSampleComponent implements OnInit {
2525
this.carousel.select(this.carousel.get(this.currentIndex));
2626
});
2727

28-
this.carousel.onSlideChanged.subscribe((args: ISlideEventArgs) => {
28+
this.carousel.slideChanged.subscribe((args: ISlideEventArgs) => {
2929
this.currentIndex = args.slide.index;
3030
});
3131
}

0 commit comments

Comments
 (0)