Giter VIP home page Giter VIP logo

Comments (3)

carlok avatar carlok commented on May 22, 2024 1

Yes I see those errors and yes, I have to use Chrome.
I investigated a bit the problem.
I used a very minimal example, to understand a bit more.
A core thing seems to be "skipLocationChange".
If you create a very basic Angular2 app (two routes, for example) in the html part turn, for example, something like <a routerLink="/bundled">Another Module</a> to <a routerLink="/bundled" skipLocationChange>Another Module</a> and, using <base href="./"> in the index.html, I am able to use the router html5 style with a plain "file://" in the browser.
The little change I made are based on https://github.com/Meligy/routing-angular-cli/
Of course this is a good step but I don't want to change every anchor in the views... a more general solution (touching the router, I suppose) might exist.

from angular2-hn.

housseindjirdeh avatar housseindjirdeh commented on May 22, 2024

Sorry for not getting back to you sooner!

So this is interesting. That command should be just fine actually (since all the src and href links in index.html are just their names) However ng build --prod --bh ./ gives me the following error in Chrome

SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'file:///[MyFilePath]/angular2-hn/dist/' cannot be created in a document with origin 'null' and URL 'file:///[MyFilePath]/angular2-hn/dist/index.html'.

screen shot 2017-03-07 at 12 13 41 pm

Are you seeing the same error? Interestingly enough it works in Safari 🤔

screen shot 2017-03-07 at 12 15 19 pm

I found an issue where someone was experiencing the same thing. I asked if he did anything differently so hopefully he gets back on that. In the meantime, I'll dig around and see if I'm just missing something.

from angular2-hn.

housseindjirdeh avatar housseindjirdeh commented on May 22, 2024

Thanks for digging into this! You're right, there might be a better way to do it so will see if I can find anything as well.

from angular2-hn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.