I am not getting a better example which show how can I post JSON array as normal HTTP POST ( Form Submission ) not ajax.
For example I want to send
[
{ "id": "1",
"name" : "test"
},
{ "id": "2",
"name" : "test2"
}
]
to the server as normal form submission and when the HTML response comes from server then that should be painted in browser. I am using Angular 1.6, HTML5, JS