| 673 | class StandaloneDirective {} |
| 674 | |
| 675 | @Directive({ |
| 676 | standalone: false, |
| 677 | }) |
| 678 | class NonStandaloneDirective {} |
| 679 | |
| 680 | @Pipe({name: 'test'}) |
| 681 | class StandalonePipe {} |
nothing calls this directly
no test coverage detected
searching dependent graphs…