fix(router): export navigation extras
This commit is contained in:
7
tools/public_api_guard/router/index.d.ts
vendored
7
tools/public_api_guard/router/index.d.ts
vendored
@ -79,6 +79,13 @@ export declare class NavigationError {
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export interface NavigationExtras {
|
||||
fragment?: string;
|
||||
queryParams?: Params;
|
||||
relativeTo?: ActivatedRoute;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
export declare class NavigationStart {
|
||||
id: number;
|
||||
|
Reference in New Issue
Block a user