How to add Angular project to .NET Aspire

This .NET Aspire #tutorial shows how to integrate Angular project with #dotnet Aspire. First, we add new #angular project using Visual Studio template. New TypeScript model and service are created. The service calls an endpoint in the WebAPI project to obtain the data. Next, nuget package for Node integration is installed in the AppHost project and Angular project is integrated with .NET Aspire in Program.cs file. Finally, the Angular website and the WebAPI are tested via the dashboard.

More available at: https://youtu.be/vEoT4laf9SQ?si=KdMTnq9eOWzPAHIm

Learn more about .NET Aspire Tutorials at aspireify.NET