fix(router): fix type definition
This commit is contained in:
@ -115,7 +115,8 @@ export class RoutesRecognized {
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
export type Event = NavigationStart | NavigationEnd | NavigationCancel | NavigationError;
|
||||
export type Event =
|
||||
NavigationStart | NavigationEnd | NavigationCancel | NavigationError | RoutesRecognized;
|
||||
|
||||
/**
|
||||
* The `Router` is responsible for mapping URLs to components.
|
||||
|
Reference in New Issue
Block a user