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

Method destroy

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected