Click on a route (or open in a new tab) to test <x-route>:
route-changed
event<!-- Automatically go to a route 'home' --> <x-route route="/home" auto/> <!-- Define paths to routes we would like to support --> <x-route path="/favorites"/> <x-route path="/about"/> <x-route path="/books"/> <x-route path="/books/view/:bookId"/> <x-route path="/:foo/:bar/:bazz"/>