Skip to content

Commit

Permalink
fix(router): undo a change to the UrlTree public api
Browse files Browse the repository at this point in the history
although i think it should be changed, but thats another issue.
  • Loading branch information
Zaid-Al-Omari committed Mar 9, 2018
1 parent 6f20ce8 commit 2274167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/url_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class UrlTree {
/** The root segment group of the URL tree */
public root: UrlSegmentGroup,
/** The query params of the URL */
public queryParams: {[key: string]: string | string[]},
public queryParams: {[key: string]: string},
/** The fragment of the URL */
public fragment: string|null) {}

Expand Down

0 comments on commit 2274167

Please sign in to comment.