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

Function descriptionTemplate

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

Source from the content-addressed store, hash-verified

239 };
240
241 const descriptionTemplate = (rf: number, ctx: any) => {
242 if (rf & 1) {
243 ɵɵelementStart(0, 'p');
244 ɵɵtext(1, 'Description Content');
245 ɵɵelementEnd();
246 }
247 };
248
249 const childrenTemplate = (rf: number, ctx: any) => {
250 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