On this page
UrlMatchResult
type-alias
| npm Package | @angular/router | 
|---|---|
| Module | import { UrlMatchResult } from '@angular/router'; | 
     
| Source | router/src/config.ts | 
type UrlMatchResult = {
    consumed: UrlSegment[];
    posParams?: {
        [name: string]: UrlSegment;
    };
};
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/router/UrlMatchResult