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

Base tag and respect to import location #165

Open
OmidHekayati opened this issue Feb 5, 2017 · 0 comments
Open

Base tag and respect to import location #165

OmidHekayati opened this issue Feb 5, 2017 · 0 comments

Comments

@OmidHekayati
Copy link

OmidHekayati commented Feb 5, 2017

In this situation app-router not work in standard way (at least polymer standards)

  • I have a base tag
<base href="//code.sabz.city/SabzCity/html5-apps/" />
  • import app-router in this location
    //code.sabz.city/SabzCity/html5-apps/sabzcity-app-engine/sabzcity-app-engine.html
    and use in this way
<app-route path="/" import="../../sabz.city/app-sabz-city/app-sabz-city.html"></app-route>
  • app-router just respect base tag not import location
    • want this
      //code.sabz.city/SabzCity/sabz.city/app-sabz-city/app-sabz-city.html
    • not this
      //code.sabz.city/sabz.city/app-sabz-city/app-sabz-city.html
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

1 participant