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

Function updateTextNode

packages/core/src/render3/dom_node_manipulation.ts:20–22  ·  view source on GitHub ↗
(renderer: Renderer, rNode: RText, value: string)

Source from the content-addressed store, hash-verified

18}
19
20export function updateTextNode(renderer: Renderer, rNode: RText, value: string): void {
21 renderer.setValue(rNode, value);
22}
23
24export function createCommentNode(renderer: Renderer, value: string): RComment {
25 return renderer.createComment(escapeCommentText(value));

Callers 2

applyUpdateOpCodesFunction · 0.90
textBindingInternalFunction · 0.90

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…