We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all: thx for your great app-router! I have recognized that "polymer lint" creates warnings like that:
`
src/my-app.html(168,16) warning [undefined-elements] - The element app-router is not defined
<app-route path="/profile" import="src/profile-view.html"></app-route> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
It complains about and . Maybe you have an idea, how to get rid of this warnings? Just for the case I am doing:
<link rel="import" href="../bower_components/app-router/app-router.html">
Thank you in advance, Tanja
The text was updated successfully, but these errors were encountered:
This is a duplicate of Polymer/polymer-linter#63
Sorry, something went wrong.
No branches or pull requests
First of all: thx for your great app-router! I have recognized that "polymer lint" creates warnings like that:
`
~~~~~~~~~~~~src/my-app.html(168,16) warning [undefined-elements] - The element app-router is not defined
It complains about and . Maybe you have an idea, how to get rid of this warnings? Just for the case I am doing:
<link rel="import" href="../bower_components/app-router/app-router.html">
Thank you in advance,
Tanja
The text was updated successfully, but these errors were encountered: