fix(router): export navigation extras

This commit is contained in:
vsavkin
2016-07-18 16:42:33 -07:00
parent 921a17960c
commit 51e661eb74
4 changed files with 13 additions and 2 deletions

View File

@ -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;