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"></x-route> <!-- Define paths to routes we would like to support --> <x-route path="/favorites"></x-route> <x-route path="/about"></x-route> <x-route path="/books"></x-route> <x-route path="/books/view/:bookId"></x-route> <x-route path="/:foo/:bar/:bazz"></x-route>