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

Function childrenTemplate

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

Source from the content-addressed store, hash-verified

247 };
248
249 const childrenTemplate = (rf: number, ctx: any) => {
250 if (rf & 1) {
251 ɵɵelementStart(0, 'span');
252 ɵɵtext(1, 'Main Children Content');
253 ɵɵelementEnd();
254 }
255 };
256
257 const fixture = new ViewFixture({
258 decls: 4,

Callers

nothing calls this directly

Calls 3

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

Tested by

no test coverage detected