So I have checked many websites, that now it's possible to use .NET Core with Angular 2. My question now is, what is the use of .NET core in these applications?
In the tutorials on the internet, they only mostly use Angular 2 and typescript, nothing from .NET core, except the Startup.cs file.
Per my understanding .NET Core would take are of all the requests (I'm still new in .NET core, so not sure) like JSON, OData, e.t.c. (validating, retrieving data afterwards, and so on). So it would be like a serer side language.
But still, something doesn't look correct to me, so it would be great, if someone could explain it in real-life scenario.
htmlfiles. If they come from the server, they can be parsed and processed.