| 2205 | }) |
| 2206 | class ChildLazyLoadedComponent {} |
| 2207 | @Injectable() |
| 2208 | class LazyCanMatchFalse { |
| 2209 | canMatch() { |
| 2210 | return false; |
| 2211 | } |
| 2212 | } |
| 2213 | @Component({ |
| 2214 | template: 'restricted', |
| 2215 | standalone: false, |
nothing calls this directly
no test coverage detected