fix(router): relax type defintion of Route to improve dev ergonomics
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user