jmcomby

Results 1 comments of jmcomby

Thx for the hint. Added in my Component: import { UICarouselComponent } from 'ui-carousel/dist/src/ui-carousel/ui-carousel.component' ... @ViewChild('carousel') private uicarousel: UICarouselComponent; ... ngOnDestroy(): void { clearInterval(this.uicarousel.interval); } Fix the error.