Skip to content

Tag: webapi

Unable to post angular form data using web api

contact.component.html contact.component.ts api.service.ts create.php I am new in angular and I am simply trying to insert angular form data in mysql using web api. Now, What happen here when I try to read data from database it work perfectly and all data are showing in my console. But when I fill form data t…