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