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

Function ngOnDestroy

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

Source from the content-addressed store, hash-verified

84 }
85
86 ngOnDestroy() {
87 this._eventCleanups?.forEach(cleanup => cleanup());
88 this.destroyed.next();
89 this.destroyed.complete();
90 }
91
92 /** Gets the unique CSS class name for this table instance. */
93 getUniqueCssClass() {

Callers

nothing calls this directly

Calls 2

cleanupFunction · 0.85
nextMethod · 0.45

Tested by

no test coverage detected