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

Class CanMatchGuard

packages/router/test/apply_redirects.spec.ts:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305 it('should support CanMatch providers on the route', async () => {
306 @Injectable({providedIn: 'root'})
307 class CanMatchGuard {
308 canMatch() {
309 return true;
310 }
311 }
312
313 const routes = [
314 {

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…