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

Function childrenTemplate

packages/core/test/render3/foreign_component_spec.ts:282–288  ·  view source on GitHub ↗
(rf: number, ctx: any)

Source from the content-addressed store, hash-verified

280 };
281
282 const childrenTemplate = (rf: number, ctx: any) => {
283 if (rf & 1) {
284 ɵɵelementStart(0, 'span');
285 ɵɵtext(1, 'Main Children Content');
286 ɵɵelementEnd();
287 }
288 };
289
290 const fixture = new ViewFixture({
291 decls: 4,

Callers

nothing calls this directly

Calls 3

ɵɵelementStartFunction · 0.90
ɵɵtextFunction · 0.90
ɵɵelementEndFunction · 0.90

Tested by

no test coverage detected