erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Read app-route elements from the DOM hierarchy #142

Open panuhorsmalahti opened 8 years ago

panuhorsmalahti commented 8 years ago

Currently the app-route elements are read from the child nodes of app-router. However, my use case calls for creating a wrapper component for app-routes, but app-router doesn't find the app-route elements from the DOM hierarchy, since the hierarchy is:

app-router -> my-app-route-wrapper -> app-route