hello all,
i have written a dbfirst rest api using .net core 3.1.
next, i would like call and use this api from VS2019 Angular template project. Is there any good tutorial for this approach if so, please post?
thanks
j
Hi,winseealn
Do you want to integrate angular in the core project?
Hope the following links can help you:
https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/angular?view=aspnetcore-3.1&tabs=visual-studio
And you can follow the steps in this link:
https://www.codaffection.com/angular-article/angular-crud-with-asp-net-core-web-api/#How_to_Consume_Net_Core_API_from_Angular
Best Regards,
Jerry Cai