()
| 62 | } |
| 63 | |
| 64 | ngAfterViewInit(): void { |
| 65 | this.renderCarouselItem(); |
| 66 | this.carouselItems.changes.subscribe(() => this.renderCarouselItem()); |
| 67 | } |
| 68 | |
| 69 | ngOnDestroy() { |
| 70 | this.clearScheduledTransition(); |
nothing calls this directly
no test coverage detected