Relative Content

Tag Archive for angulartypescriptangular12angular16

How to submit form using angular 12+ version

I am working on an application where I want to submit a form using angular. The scope of the flow is when the user submits a form then it will call the urlRouter Uri I have added to the form. But I am unable to do so I have to submit the form but it didn’t call the Uri. The problem is when I add a form to any simple HTML tags then it works for me but in angular I am unable to make it work. I have also tried form data as the URL accepts only form data. Below is my code.