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