| 2145 | }) |
| 2146 | class ChildLazyLoadedComponent {} |
| 2147 | @Injectable() |
| 2148 | class LazyCanMatchFalse { |
| 2149 | canMatch() { |
| 2150 | return false; |
| 2151 | } |
| 2152 | } |
| 2153 | @Component({ |
| 2154 | template: 'restricted', |
| 2155 | standalone: false, |
nothing calls this directly
no test coverage detected
searching dependent graphs…