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

Function removeViewFromDOM

packages/core/src/render3/node_manipulation.ts:191–195  ·  view source on GitHub ↗
(tView: TView, lView: LView)

Source from the content-addressed store, hash-verified

189 * @param lView The view from which elements should be added or removed
190 */
191export function removeViewFromDOM(tView: TView, lView: LView): void {
192 detachViewFromDOM(tView, lView);
193 lView[HOST] = null;
194 lView[T_HOST] = null;
195}
196
197/**
198 * Adds all DOM elements associated with a view.

Callers 2

recreateFunction · 0.90
detachViewFunction · 0.90

Calls 1

detachViewFromDOMFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…