I have 2 different Git repositories, one is an Angular application, the other is an ASP.NET Core web API application.
How to serve an compiled Angular application (dist) from an ASP.NET Core web API application?
StaticFiles middleware simply serves files and does not understand Angular routing.