ASP.Net Core with Angular: if endpoints are specified in typescript, how can such a web service run without NodeJS?

Viewed 12

I'm trying to understand how .NET Angular with typescript fits together with NodeJS (solution created using Microsoft Visual Studio).

If the endpoints are defined in typescript, and if NodeJS is needed to run typescript, how can the solution run without NodeJS installed? As per threads like: https://groups.google.com/g/angular/c/UjgOvDu0ads NodeJS is not necessary at runtime...

1 Answers
Related