MCPcopy Index your code
hub / github.com/angular/angular / destroy

Method destroy

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

Source from the content-addressed store, hash-verified

612 }
613
614 override destroy(): void {
615 this.hostView.destroy();
616 }
617
618 override onDestroy(callback: () => void): void {
619 this.hostView.onDestroy(callback);

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected