After generating a final build in angular 2 ng build --prod
I was able to put it on any server (nginx / tomcat / others ...) normally, the problem happens that the routing does not work using the <router-outlet>
tag and the app.routing.ts file to configure the routes. Has anyone gone through this?