I try to post data from angular 2 to php:
let headers = new Headers(); headers.append(\'Content-Type\', \'application/json\'); var order = {\'order\': this.o
Agreed with you that we can't at the moment provide object instead of string. It's a feature in progress. See this issue:
Regarding your problem to get JSON data on the server side, this question should help you: