Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update template conversion to use Polymer.html template tag #2726

Closed
justinfagnani opened this issue Nov 15, 2017 · 1 comment
Closed

Update template conversion to use Polymer.html template tag #2726

justinfagnani opened this issue Nov 15, 2017 · 1 comment

Comments

@justinfagnani
Copy link
Contributor

Assuming this proposal goes through: Polymer/polymer#4937

We'll want to output:

import {html, Element as PolymerElement} from '@polymer/polymer/polymer.js';

class MyElement extends PolymerElement {
  template = html`...`;
}
@kevinpschaaf
Copy link
Member

@justinfagnani @FredKSchott Want to bump this up on the radar since Polymer/polymer#4971 is about ready to land. We'll likely make a 2.4-pre.1 pre-release and hold the feature until modulizer is updated with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants