app-router icon indicating copy to clipboard operation
app-router copied to clipboard

Update to work with Web Component v1 Specs

Open itsMattShull opened this issue 8 years ago • 5 comments

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.

itsMattShull avatar Dec 01 '16 22:12 itsMattShull

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 avatar Dec 01 '16 22:12 jmalonzo

@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.

itsMattShull avatar Dec 01 '16 23:12 itsMattShull

@derekshull Thanks I'll take a look this evening, if not this weekend.

jmalonzo avatar Dec 01 '16 23:12 jmalonzo

Soo that have been a long weekend?

TypeError: e.registerElement is not a function is being thrown in firefox

cliedelt avatar May 19 '17 10:05 cliedelt

I did a PR to take care of this issue https://github.com/erikringsmuth/app-router/pull/170

barnomics avatar Dec 16 '17 21:12 barnomics