MCPcopy Create free account
hub / github.com/angular/angular / createText

Function createText

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected