From e24179285b2dbc923fe14d3d21213c2dfbfa3c0a Mon Sep 17 00:00:00 2001 From: Josef Brandl Date: Thu, 29 Sep 2016 14:52:47 +0200 Subject: [PATCH] Make queryParams property definition public --- app-location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-location.html b/app-location.html index 3e001ae..79427a4 100644 --- a/app-location.html +++ b/app-location.html @@ -132,7 +132,7 @@ * A set of key/value pairs that are universally accessible to branches * of the route tree. */ - __queryParams: { + queryParams: { type: Object },