Hello,
i am getting data from angular2 which is ion json format. its content type application/json
$fileData = file_get_contents("php://input");
$objFileData = json_decode($fileData);
this way i am accepting data but it does not show any thing in postmat when i try to call that webservice .