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

Method canMatch

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

Source from the content-addressed store, hash-verified

1203 */
1204export interface CanMatch {
1205 canMatch(
1206 route: Route,
1207 segments: UrlSegment[],
1208 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