Base solution for your next web application
Open Closed

How to run Angular project with appconfig.staging.json #5685


User avatar
0
stealthdev created

I am setting up a deployment pipeline in Azure Devops (VSTS). To build the angular app using appconfig.production.json, I simply need to run the following command. "ng build --prod --build-optimize"

How do I configure the project and what command do I run in order to have it use my appconfig.staging.json file?


3 Answer(s)