.Net
How do I publish a .NET Core + Angular single page app for different environments?
tl;dr: What is the correct way to publish a .NET Core + Angular SPA, building both the .NET solution and the Angular app in the “ClientApp” folder for different environments? Some additional context: I created Read more…