ASPNETCoreAngular
1.0.0
ASPNET Core Angular (VS2017 or csproj)
For VS2015 or project.json version, please see: https://github.com/Longfld/ASPNETCoreAngular4
Angular (& material) in ASP.NET Core with TypeScript by systemjs
If you are looking for angular (4 + material) by systemjs as frontend, asp.net core web api as backend, there is the solution.
How to use it?
after download:
dotnet restore
npm install
npm start
dotnet run
And do not forget to run "npm start" after modify your any typescript files