From 7979e271ad9fd2ca831de171f1f85212be6e98cd Mon Sep 17 00:00:00 2001 From: Enrico Messall Date: Sat, 7 Oct 2023 13:06:17 +0200 Subject: [PATCH] Fixed #13821 - Fixed carousel autoplay + circular problem --- src/app/components/carousel/carousel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/carousel/carousel.ts b/src/app/components/carousel/carousel.ts index 3fbe409097d..25f1766bbf4 100755 --- a/src/app/components/carousel/carousel.ts +++ b/src/app/components/carousel/carousel.ts @@ -792,6 +792,7 @@ export class Carousel implements AfterContentInit { this.onPage.emit({ page: this.page }); + this.cd.markForCheck(); } startAutoplay() {