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

Function descriptionTemplate

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

Source from the content-addressed store, hash-verified

272 };
273
274 const descriptionTemplate = (rf: number, ctx: any) => {
275 if (rf & 1) {
276 ɵɵelementStart(0, 'p');
277 ɵɵtext(1, 'Description Content');
278 ɵɵelementEnd();
279 }
280 };
281
282 const childrenTemplate = (rf: number, ctx: any) => {
283 if (rf & 1) {

Callers

nothing calls this directly

Calls 3

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

Tested by

no test coverage detected