diff --git a/modules/@angular/router/src/config.ts b/modules/@angular/router/src/config.ts index 18802622fe..111dc10bb5 100644 --- a/modules/@angular/router/src/config.ts +++ b/modules/@angular/router/src/config.ts @@ -485,7 +485,7 @@ export interface Route { * @deprecated - use `pathMatch` instead */ terminal?: boolean; - pathMatch?: 'full'|'prefix'; + pathMatch?: string; component?: Type|string; redirectTo?: string; outlet?: string;