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

Function ngOnDestroy

src/cdk-experimental/column-resize/resizable.ts:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 ngOnDestroy(): void {
139 this._isDestroyed = true;
140 this.destroyed.next();
141 this.destroyed.complete();
142 this.inlineHandle?.remove();
143 this.overlayRef?.dispose();
144 }
145
146 protected abstract getInlineHandleCssClassName(): string;
147

Callers

nothing calls this directly

Calls 3

removeMethod · 0.65
disposeMethod · 0.65
nextMethod · 0.45

Tested by

no test coverage detected