| 438 | } |
| 439 | |
| 440 | @Directive({ |
| 441 | selector: '[dir]', |
| 442 | host: {'[id]': 'id'}, |
| 443 | }) |
| 444 | class MyStandaloneDirectiveB { |
| 445 | id = 'B'; |
| 446 | } |
| 447 | |
| 448 | @Pipe({name: 'pipe'}) |
| 449 | class MyStandalonePipeA { |
nothing calls this directly
no test coverage detected
searching dependent graphs…