0

A project I have taken over at work has has server code in c# and client code in Angular2 in the same project. After building the project in Visual Studio 2017 and running locally using IISExpress, changes to the Angular portion do not automatically compile like they do when using ng serve in vs code. So now if I make a change to an html file for example in the Angular portion I have to stop the project in visual studio and rerun it in order to see the changes. There's gotta be a better way to do this. Could anyone offer advice? Thanks

1 Answer 1

1

You shouldn't need to rerun it.

But here is a start up project working with C#

https://github.com/asadsahi/AspNetCoreSpa

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

1 Comment

Thanks, I'll try it out.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.