(rf: number, ctx: any)
| 280 | }; |
| 281 | |
| 282 | const childrenTemplate = (rf: number, ctx: any) => { |
| 283 | if (rf & 1) { |
| 284 | ɵɵelementStart(0, 'span'); |
| 285 | ɵɵtext(1, 'Main Children Content'); |
| 286 | ɵɵelementEnd(); |
| 287 | } |
| 288 | }; |
| 289 | |
| 290 | const fixture = new ViewFixture({ |
| 291 | decls: 4, |
nothing calls this directly
no test coverage detected