erikringsmuth / app-router

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

Feature/Update to Custom Elements API #170

Open barnomics opened 6 years ago

barnomics commented 6 years ago

registerElement is deprecated and the latest webcomponentsjs (>1.0) doesn't seem to be polyfilling registerElement, which makes app-router unusable with Polymer 2 + Firefox. Instead, we'll use the platform

This PR ...