| 212 | }) |
| 213 | class Root {} |
| 214 | @Directive({ |
| 215 | selector: '[dirA]', |
| 216 | host: {'title': 'Test title'}, |
| 217 | standalone: false, |
| 218 | }) |
| 219 | class DirA {} |
| 220 | |
| 221 | // Note: this module is not directly reference in the test intentionally. |
| 222 | // Its presence triggers a side-effect of patching correct scopes on the declared components. |
nothing calls this directly
no test coverage detected
searching dependent graphs…