The Wayback Machine - https://web.archive.org/web/20240920155605/https://angular.dev/api/router/UrlMatcher/
@angular/router

UrlMatcher

Type Alias

A function for matching a route against URLs. Implement a custom URL matcher for Route.matcher when a combination of path and pathMatch is not expressive enough. Cannot be used together with path and pathMatch.

  
    type UrlMatcher = (  segments: UrlSegment[],  group: UrlSegmentGroup,  route: Route,) => UrlMatchResult | null
  
  
Jump to details
HTTPS · web.archive.org
← Home