Migrating an existing Angular4 CLI to .NET Core 2 Angular template project
问题 I have an existing Angular4 application built with the angular CLI. Developed as normal, with index.html and main.ts as it's entry points. The project users SASS for CSS. I now need to have this Angular app running inside a .NET Core web application (which I know was a headache in the past), so I know that in Visual Studio 2017, Microsoft had created new web templates especially for Angular and React. I've created a new project with the Angular template, copy & pasted the appropriate