fix(urlSerializer): improve findLinkByComponentData

This commit is contained in:
Adam Bradley
2016-09-16 12:36:38 -05:00
parent 1158a96288
commit 9d563f5438
3 changed files with 134 additions and 2 deletions

View File

@ -118,6 +118,7 @@ export interface NavLink {
partsLen?: number;
staticLen?: number;
dataLen?: number;
dataKeys?: {[key: string]: boolean};
defaultHistory?: any[];
}