mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(urlSerializer): improve findLinkByComponentData
This commit is contained in:
@ -118,6 +118,7 @@ export interface NavLink {
|
||||
partsLen?: number;
|
||||
staticLen?: number;
|
||||
dataLen?: number;
|
||||
dataKeys?: {[key: string]: boolean};
|
||||
defaultHistory?: any[];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user