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

Function applyView

packages/core/src/render3/node_manipulation.ts:890–899  ·  view source on GitHub ↗
(
  tView: TView,
  lView: LView,
  renderer: Renderer,
  action: WalkTNodeTreeAction,
  parentRElement: RElement | null,
  beforeNode: RNode | null,
)

Source from the content-addressed store, hash-verified

888 beforeNode: RNode | null,
889): void;
890function applyView(
891 tView: TView,
892 lView: LView,
893 renderer: Renderer,
894 action: WalkTNodeTreeAction,
895 parentRElement: RElement | null,
896 beforeNode: RNode | null,
897): void {
898 applyNodes(renderer, action, tView.firstChild, lView, parentRElement, beforeNode, false);
899}
900
901/**
902 * `applyProjection` performs operation on the projection.

Callers 4

addViewToDOMFunction · 0.85
detachViewFromDOMFunction · 0.85
destroyLViewFunction · 0.85
applyContainerFunction · 0.85

Calls 1

applyNodesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…