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

Function iconTemplate

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

Source from the content-addressed store, hash-verified

231 );
232
233 const iconTemplate = (rf: number, ctx: any) => {
234 if (rf & 1) {
235 ɵɵelementStart(0, 'span');
236 ɵɵtext(1, 'Icon Content');
237 ɵɵelementEnd();
238 }
239 };
240
241 const descriptionTemplate = (rf: number, ctx: any) => {
242 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