@angular/router

defaultUrlMatcher

function

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

  
    function defaultUrlMatcher(  segments: UrlSegment[],  segmentGroup: UrlSegmentGroup,  route: Route): UrlMatchResult;
  
  
Jump to details