0

I have an anguar2 project inside of an ASP.NET Core application on Mac using Visual studio code. How do I have it build to a different folder for example:

ng build -output="../aspnetcoreapp/wwwroot/"

1 Answer 1

2

You can use the CLI this way: ng build --output-path ../aspnetcoreapp/wwwroot/

There is a complete list of all available commands accessible via: ng help

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.