I have been learning Angular2. The routing works just fine when running on the nodejs lite-server. I can go to the main (localhost:3000) page and move through the applicatio
If you are having url other than root of the application you can try this:
Make sure you have built your Angular app via the following command:
ng build --base-href=/mypath/myangularapp/dashboard/