Need support for testing angular with html5mode
Some of the features in Webstorm 11 are appealing but, since I switched to html5mode, I cannot use Webstorm. It will be even worse with Angular Universal. Too bad for you but free/lower cost alternatives are now available
Please sign in to leave a comment.
Please can you be more specific? What problems using html5 mode have you faced? Is it about serving files by webserver (https://youtrack.jetbrains.com/issue/WEB-15762)? Or, is it a different issue?
Yes, of course, that is the problem. Note that I was the last person to post on it. There is no way to configure the builtin webserver to handle a refresh or a test to anything other than the root of the project. So
http://localhost:63343/myproject/ works fine
http://localhost:63343/myproject/route1/anythingelse gets a 404 when there is a liveedit restart or a refresh from the browser.
Extremely annoying.