MCPcopy Create free account
hub / github.com/angular/components / ngAfterViewInit

Function ngAfterViewInit

src/cdk-experimental/column-resize/column-resize.ts:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 inject(COLUMN_RESIZE_OPTIONS, {optional: true})?.liveResizeUpdates ?? true;
77
78 ngAfterViewInit() {
79 this.elementRef.nativeElement!.classList.add(this.getUniqueCssClass());
80
81 this._listenForRowHoverEvents();
82 this._listenForResizeActivity();
83 this._listenForHoverActivity();
84 }
85
86 ngOnDestroy() {
87 this._eventCleanups?.forEach(cleanup => cleanup());

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected