I have angular2 app which uses router it works fine with nodejs cause i added
<base href="/" />
in my index page but when i deployed app on my server in subfolder it gives error(i fixed it with making static paths in html) but still it cant load router pages
no any error given by browser but just no route link opened