@angular/router

UrlMatchResult

Type Alias

Represents the result of matching URLs with a custom matching function.

type UrlMatchResult = {
consumed: UrlSegment[];
posParams?: {[name: string]: UrlSegment};
}
Jump to details