I have the following web with angular 2 routing (using vs 2015 as my IDE)
however, whenever i refresh the page, i get this:
Therefore, whenever i want to hard refresh my page, i have to go to the error page first then i need to enter the following url: http://localhost:57831/index.html
Is there any solution so whenever i hard refresh, it always go to http://localhost:57831/index.html instead of http://localhost:57831/index.html/search?
thanks