In Angular CLI, how I can change the path of the dist folder?
dist
You can update the output folder in .angular-cli.json:
"outDir": "./location/toYour/dist"