Passing a String in a Method of Submit Giving undefined error in Angular 7.


I am getting error so anyone who knows Angular 7 then please add me in 
Skype: aneesking2

This is code:
  validateEmailUser(Email:string)
{
  console.log('This called',Email);
  
  this.httpclient.post('http://localhost:65513/check-emails',{Email}).
subscribe(
    (response) =>{
      this.toastr.success('User Deleted Successfully');

  });
    

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/55f52eae-c7c6-463c-a7db-e845e43fc030%40googlegroups.com.

Reply via email to