I am experiencing an issue with making an HTTP POST request to my backend using Angular. I am trying to create a submit form to send data, but whenever I use the httpClient
in version 18, I always receive a blank page in response.
I've followed tutorials for HTTP POST in Angular Version 17, but they don’t seem to work in my case.