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

tell how to properly import this into other webcomponents #85

Closed
ensonic opened this issue Oct 27, 2017 · 2 comments
Closed

tell how to properly import this into other webcomponents #85

ensonic opened this issue Oct 27, 2017 · 2 comments

Comments

@ensonic
Copy link

ensonic commented Oct 27, 2017

Somewhat related to #81. Right now polymer lint will complain

 warning [undefined-elements] - The element relative-time is not defined

If I just have this at the end of modules:

 ...
 <script src="../bower_components/time-elements/time-elements.js"></script>
</dom-module>
@drigz
Copy link

drigz commented Oct 27, 2017

Looks like this is because the linter doesn't support the deprecated v0 API: Polymer/polymer-linter#63
However, this PR to switch to v1 seems stalled: #67

@muan
Copy link
Contributor

muan commented Jan 9, 2018

v1.0.0 is out now with Custom Elements v1 API. A polyfill example can be found here.

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

No branches or pull requests

3 participants