At some point in your application, you need to receive values form a REST API and display it in your angular components. In this lesson, you will learn how to build a data-service to receive data from an ASP.NET Core endpoint and display in your webapi.
Click here to see how to create an ASP.NET API: Create an ASP.NET Core WebAPI with the dotnet cli and Visual Studio Code