doc: standardize deprecation of preserveQueryParams (4.0 only) (#14236)

PR closes #14236
This commit is contained in:
Miško Hevery
2017-02-01 15:48:09 -08:00
committed by Miško Hevery
parent a7479f657a
commit 69a4bb0bcd
2 changed files with 6 additions and 4 deletions

View File

@ -242,7 +242,7 @@ export declare abstract class RouteReuseStrategy {
export declare class RouterLink {
fragment: string;
preserveFragment: boolean;
preserveQueryParams: boolean;
/** @deprecated */ preserveQueryParams: boolean;
queryParams: {
[k: string]: any;
};