Skip to content

Add support for element inheritance #3345

@sorvell

Description

@sorvell

Here's a strawman:

Polymer({
  is: 'x-base'
});

Polymer({
  is: 'x-foo',
  extends: 'x-base'
});

Issues:

  • this will need to be integrated with Polymer's behavior system.
  • we'll want to expose a way to modify/merge super/subclass templates.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions