I'm trying to reproduce my problem with Angular2 router but i cannot create a working copy of my project in Plunker.
Here is my try: https://plnkr.co/edit/1lpoYP4qlBZLuqZHW7Ft
I used the following line of code in the index.html
file to make the routes paths working with the run environment of Plunker and with my ''
default paths.
<script>document.write('<base href="' + document.location + '" />');</script>
Why i'm stilling get this error?