MCPcopy Index your code
hub / github.com/angular/angular / LazyCanMatchFalse

Class LazyCanMatchFalse

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

Source from the content-addressed store, hash-verified

2145 })
2146 class ChildLazyLoadedComponent {}
2147 @Injectable()
2148 class LazyCanMatchFalse {
2149 canMatch() {
2150 return false;
2151 }
2152 }
2153 @Component({
2154 template: 'restricted',
2155 standalone: false,

Callers

nothing calls this directly

Calls 1

InjectableInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…