MCPcopy
hub / github.com/DevCloudFE/ng-devui / ngAfterViewInit

Method ngAfterViewInit

devui/alert/alert.component.ts:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 ngAfterViewInit(): void {
65 this.renderCarouselItem();
66 this.carouselItems.changes.subscribe(() => this.renderCarouselItem());
67 }
68
69 ngOnDestroy() {
70 this.clearScheduledTransition();

Callers

nothing calls this directly

Calls 2

renderCarouselItemMethod · 0.95
subscribeMethod · 0.80

Tested by

no test coverage detected