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() {