Closed tpluscode closed 7 years ago
Due to ability to compile to both Polymer v1 and Polymer v2 (coming soon), and v2 does not support type extensions. Due to this, it will not be possible to extend native elements until Polymer v2 does that. More info here: https://www.polymer-project.org/2.0/docs/upgrade
I will add that to readme as well :).
Oh, you're right. I keep forgetting that is=""
is now deprecated.
Composition over inheritance is the way to go!
Polymer-TS comes with the
@extend
annotation used to extend native elements. TWC should support something similarto produce