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

Function updateText

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

Source from the content-addressed store, hash-verified

140 ɵɵelement(4097, 'comp');
141 };
142 const updateText = () => {
143 ɵɵadvance(4097);
144 ɵɵproperty('name', ctx.name);
145 };
146 const fixture = new ViewFixture({
147 create: createText,
148 update: updateText,

Callers

nothing calls this directly

Calls 2

ɵɵadvanceFunction · 0.85
ɵɵpropertyFunction · 0.85

Tested by

no test coverage detected