How to read form post data in angular4?As we can read posted params in .net using Request.Form[“key”] ,how to do it in Angular 4?
solved How to read form post data in angular4?As we can read posted params in .net using Request.Form[“key”] ,how to do it in Angular 4?