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

Function createText

packages/core/test/render3/instructions_spec.ts:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135 const ctx = {name: 'initial name'};
136 const createText = () => {
137 // Artificially inflating the slot IDs of this app component
138 // to mimic an app with a very large view.
139 ɵɵelement(4097, 'comp');
140 };
141 const updateText = () => {
142 ɵɵadvance(4097);
143 ɵɵproperty('name', ctx.name);

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…