MCPcopy Create free account
hub / github.com/angular/angular / LazyCanMatchFalse

Class LazyCanMatchFalse

packages/router/test/integration/guards.spec.ts:2207–2212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2205 })
2206 class ChildLazyLoadedComponent {}
2207 @Injectable()
2208 class LazyCanMatchFalse {
2209 canMatch() {
2210 return false;
2211 }
2212 }
2213 @Component({
2214 template: 'restricted',
2215 standalone: false,

Callers

nothing calls this directly

Calls 1

InjectableInterface · 0.90

Tested by

no test coverage detected