tanbt / PolymerPractice

Polymer 2 and Polymer 3 projects
0 stars 1 forks source link

Redirect after login #10

Closed tanbt closed 7 years ago

tanbt commented 7 years ago

https://github.com/PolymerElements/app-route/issues/150

window.history.pushState({}, null, '/a_new_url'); window.dispatchEvent(new CustomEvent('location-changed'));