(rf: number, ctx: any)
| 272 | }; |
| 273 | |
| 274 | const descriptionTemplate = (rf: number, ctx: any) => { |
| 275 | if (rf & 1) { |
| 276 | ɵɵelementStart(0, 'p'); |
| 277 | ɵɵtext(1, 'Description Content'); |
| 278 | ɵɵelementEnd(); |
| 279 | } |
| 280 | }; |
| 281 | |
| 282 | const childrenTemplate = (rf: number, ctx: any) => { |
| 283 | if (rf & 1) { |
nothing calls this directly
no test coverage detected