I've found so many solutions from Google about how to make an Angular 2 application work in Visual Studio, but what I'd really like to do is to develop an application in Angular 4 and also NOT using C#. Given the convenience of Visual Studio in managing a project, I'm trying to use it as the tool to develop the Angular 4 application. But here comes the problem, I was not able to find any solution that's NOT using C# (would like to create an empty .NET framework instead of the core one) and also letting me to have an Angular 4 application successfully inject into the project that runs properly. I've tried stuffs like editing the base path in the index.html
file but it stuck in displaying "Loading..." on the page.
How do I use VS (2017) to develop an Angular 4 application only using the .NET framework to help building up the environment to let VS start the server but not using any C# codes to build the application itself?
Please help with my noobness in Angular 4 and/or VS, I'm very new to both.