erikringsmuth / app-router

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

Make routes maintain references to their HTML imports #88

Closed nomego closed 9 years ago

nomego commented 9 years ago

This allows access to the HTML import during route events, which would allow things like registering script callbacks for templates as described in #81

Also this would allow for "unimporting" the route HTML import from a route context, also mentioned in #81