0
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 tag <router-outlet>
and the app.routing.ts file to configure the routes. Someone has already gone through this?