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

Method canMatch

packages/router/src/models.ts:1148–1148  ·  view source on GitHub ↗
(
    route: Route,
    segments: UrlSegment[],
    currentSnapshot: PartialMatchRouteSnapshot,
  )

Source from the content-addressed store, hash-verified

1146 */
1147export interface CanMatch {
1148 canMatch(
1149 route: Route,
1150 segments: UrlSegment[],
1151 currentSnapshot: PartialMatchRouteSnapshot,

Callers 4

canMatchTeamFunction · 0.65
guardsIntegrationSuiteFunction · 0.65
mapToCanMatchFunction · 0.65
runCanMatchGuardsFunction · 0.65

Implementers 5

PermissionsServicepackages/examples/router/route_functio
CanMatchGuardpackages/router/test/apply_redirects.s
DelayedGuardpackages/router/test/integration/eager
ConfigurableGuardpackages/router/test/integration/guard
LazyCanMatchFalsepackages/router/test/integration/guard

Calls

no outgoing calls

Tested by 1

guardsIntegrationSuiteFunction · 0.52