Once you run the ng build --prod for deployment build and you are wondering after successfully from where to copy files to deployment.
You can check path on following setting where its mentioned in angular.json file.
"outDir": "./location/toYour/dist"
No comments:
Post a Comment