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

Function iconTemplate

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

Source from the content-addressed store, hash-verified

264 );
265
266 const iconTemplate = (rf: number, ctx: any) => {
267 if (rf & 1) {
268 ɵɵelementStart(0, 'span');
269 ɵɵtext(1, 'Icon Content');
270 ɵɵelementEnd();
271 }
272 };
273
274 const descriptionTemplate = (rf: number, ctx: any) => {
275 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