i'm writing a project with angular and springboot.
I got the problem. when i click the submit button ,angular should send a post request and the application should print "post api working!!!"
But it's not works,the application print nothing.
i use the formdata to get inputdata,and my angular post request:
CAN ANYONE TELL ME WHAT AM I DOING WORONG? THANKS!