Dear All,
while using ASP .Net REST API with Angular 5 I am facing one problem is that whenever I am trying to pass some data from Angular 5 to WEB API controller I am geeting partial values, Remaining values are getting as C# default values like integer as zero , string as null.
I want exact data which is passed from Angular 5 to WEB API controller.
Please let me know solution if you have it.
Thanking You in Advance.