diff --git a/src/carousel/carousel.component.ts b/src/carousel/carousel.component.ts index 082b3654a6..a4ce85f90c 100644 --- a/src/carousel/carousel.component.ts +++ b/src/carousel/carousel.component.ts @@ -149,6 +149,10 @@ export class CarouselComponent implements AfterViewInit, OnDestroy { this.activeSlide = 0; this.play(); } + + if (this.multilist && this._slides.length > this.itemsPerSlide) { + this.play(); + } } /**