Hi I am struggling to pass direct map object form angular to spring boot .Is it possible?
My requirement is to pass Map<String,String> testMap this map from Angular6 to spring boot.
My angular code and console output:
Spring boot code and result:

Finally I am getting angular map count is 2 and spring boot that is 0 count.Please help me