Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Subclassable

Jan Miksovsky edited this page May 13, 2015 · 1 revision

Checklist » Factoring

✓ Subclassable

Is the component subclassable?

[This article is a stub, and is not yet complete.]

E.g., does component logic take care to avoid assuming that the tag name for the component instance is the same as that of class defining the logic. (If a component <foo-element> has a method that assumes the tag name is always <foo-element>, that method will break in a subclass <bar-element>.)

Polymer 0.9/1.0 does not yet support subclassing.

Clone this wiki locally