| 2195 | } |
| 2196 | |
| 2197 | @Directive({ |
| 2198 | selector: 'someDirective', |
| 2199 | standalone: false, |
| 2200 | }) |
| 2201 | class SomeDirective { |
| 2202 | someProp = 'hello'; |
| 2203 | } |
| 2204 | |
| 2205 | @Component({ |
| 2206 | selector: 'comp', |
nothing calls this directly
no test coverage detected
searching dependent graphs…