(rf: number, ctx: any)
| 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) { |
nothing calls this directly
no test coverage detected