MCPcopy
hub / github.com/angular/angular / injectDestroyRef

Function injectDestroyRef

packages/core/src/linker/destroy_ref.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95function injectDestroyRef(): DestroyRef {
96 return new NodeInjectorDestroyRef(getLView());
97}

Callers

nothing calls this directly

Calls 1

getLViewFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…