diff --git a/src/app/components/carousel/carousel.ts b/src/app/components/carousel/carousel.ts index aa23696c196..ba99d451b61 100755 --- a/src/app/components/carousel/carousel.ts +++ b/src/app/components/carousel/carousel.ts @@ -798,6 +798,7 @@ export class Carousel implements AfterContentInit { this.onPage.emit({ page: this.page }); + this.cd.markForCheck(); } startAutoplay() {