Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cleanup
Function · 0.85
next
Method · 0.45
Tested by
no test coverage detected