When a generate The dist directory with angular cli i need put this in root directory of server for example:
Localhost:8080/
For run correctly The angular 2 app
But if i want put in other directory how for example:
Localhost:8080/dist I got error in js files because The app find this in / root Rute
Any ideas how change The contexto path??
Thanks