How can achieve this in angular 7? how can submit this post action url in angular?
<form method="post" action="https://securegw-
stage.paytm.in/order/process" name="paytm">
<table border="1">
<tbody>
<input type="hidden" name="MID" value="YOUR_MID_HERE">
</tbody>
</table>
<script type="text/javascript">
document.paytm.submit();
</script>
</form>
Please help... thank you...