0
I have an application in Angular2 and was generated /dist where it contains the HTML, CSS and Javascript code executed the code using http-server and Tomcat. My problem is when I turn my routes, it’s like this -> http://localhost:4201/Dashboard but the problem is when I refresh the page it does not find because it would have to add '#/' example: http://localhost:4201/#/Dashboard
You disabled the routes in Html5 mode?
– Giovane
How do I disable?
– Victor César