Ionic-2 : Form Submit not working with POST request

I am trying to submit a form with method=“POST”

Here’s the code of my ionic 2 Html template:

<form method="post" action="http://abc.com" name="frm1" id="form1" >
      <input type="submit" value="submit">
</form>

I can not see the form request is fired.
I am using ionic-2.