(rf: number, ctx: any)
| 247 | }; |
| 248 | |
| 249 | const childrenTemplate = (rf: number, ctx: any) => { |
| 250 | if (rf & 1) { |
| 251 | ɵɵelementStart(0, 'span'); |
| 252 | ɵɵtext(1, 'Main Children Content'); |
| 253 | ɵɵelementEnd(); |
| 254 | } |
| 255 | }; |
| 256 | |
| 257 | const fixture = new ViewFixture({ |
| 258 | decls: 4, |
nothing calls this directly
no test coverage detected