Skip to content

Instantly share code, notes, and snippets.

@ValeryVS
Created June 21, 2017 08:07
Show Gist options
  • Save ValeryVS/f608bd29da796d165518b90bad3de167 to your computer and use it in GitHub Desktop.
Save ValeryVS/f608bd29da796d165518b90bad3de167 to your computer and use it in GitHub Desktop.
Angular: get @angular/router work, while open index.html from filesystem
<!-- get @angular/router work, while open inde.html from fylesystem -->
<script>document.write('<base href="' + document.location + '" />');</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment