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

Function updateText

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ɵɵadvanceFunction · 0.85
ɵɵpropertyFunction · 0.85

Tested by

no test coverage detected