On my server I can´t put the Angular 2 files into the root folder. So my path is /another-folder. I put that into my index.html like this:
<base href="/another-folder">
When I open up the URL http://servername/another-folder the app does not load as the files can´t be found. The app searches for the files in the root. E.G. http://servername/main.bundle.js
Is there any other place where I have to define the base URL?