MCPcopy Create free account
hub / github.com/angular/angular / destroy

Method destroy

packages/core/src/render3/component_ref.ts:632–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 }
631
632 override destroy(): void {
633 this.hostView.destroy();
634 }
635
636 override onDestroy(callback: () => void): void {
637 this.hostView.onDestroy(callback);

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected