doc: standardize deprecation of preserveQueryParams
(4.0 only) (#14236)
PR closes #14236
This commit is contained in:

committed by
Miško Hevery

parent
a7479f657a
commit
69a4bb0bcd
2
tools/public_api_guard/router/index.d.ts
vendored
2
tools/public_api_guard/router/index.d.ts
vendored
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user