app-router
app-router copied to clipboard
Update to work with Web Component v1 Specs
Anyone working on this? I've been using this web component for a while and I'm wanting to update to v1 specs for custom elements and shadow dom. If no one is working on upgrading I'll fork and start a project. If there is already a project I'd love to help migrate.
None that I'm aware of. Please feel free to fork. Happy to review/merge a PR if you decide to upstream your changes.
@jmalonzo Here is a repo for v1 compatibility. under the components folder there is app-router. It's in the right format for v1 but when I run gulp watch
and it fires up no templates are brought in. I don't get any errors though. Leaving work now. Will look into this later but would appreciate any help looking into the matter. Side note: the HtmlElement javascript error in chrome that you may see is nothing.
@derekshull Thanks I'll take a look this evening, if not this weekend.
Soo that have been a long weekend?
TypeError: e.registerElement is not a function is being thrown in firefox
I did a PR to take care of this issue https://github.com/erikringsmuth/app-router/pull/170