Hosting Angular app in Azure using ASP.NET Core
Since I started Angular development (coming from a Microsoft background), I’m constantly struggling how to host my Angular applications. All of my applications are hosted on Windows Azure, so it makes sense to host my Angular app there as well. You can simply create an ASP.NET web application and add Angular to it (see https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html),…