How can I get the query string in Polymer?
http:
I want to get search?param=ppsheineither param=ppsheinat Polymer.
I tried to get the query string in app-routebut didn't display anything.
<app-route
route="[[route]]"
pattern="/:id"
data="{{routeData}}"></app-route>
[[routeData.id]] **
source
share