W3cubDocs

/Angular

defaultUrlMatcher

Matches the route configuration (route) against the actual URL (segments).

API

function defaultUrlMatcher(
  segments: UrlSegment[],
  segmentGroup: UrlSegmentGroup,
  route: Route,
): UrlMatchResult | null;

Description

Matches the route configuration (route) against the actual URL (segments).

When no matcher is defined on a Route, this is the matcher used by the Router by default.

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/router/defaultUrlMatcher