Home > Software engineering >  Integrate angular 8 with ASP.NET Web api
Integrate angular 8 with ASP.NET Web api

Time:07-12

My API and UI projects are separated into two different editors. I have an asp.net MVC web API project for API in visual studio. And Angular 8 project for UI in visual studio code. Now I need to integrate my frontend with the backend. so that I can make my forms interactive and perform all the tasks easily.

I tried to search a lot on how to integrate different editors but I didn't get my solution, So can anyone guide me on this. Thanks in advance.

CodePudding user response:

You should try this way: - https://www.c-sharpcorner.com/article/build-an-app-using-angular-10-net-core-web-api-sql-server/

and also this: - https://www.youtube.com/watch?v=S5dzfuh3t8U

  • Related