Dotnet core web API is getting Null data from angular form – Twitter API
I have created dotnet core Web Api of CRUD operations, I tested it with postman and works fine, Then I implemented an angular form interface to get the data and passes it to the web Api. But I noticed that…