I am getting data in different format but after using 'split' finally I got the proper value in response. Now the console shows the response data as below:
0:{ name: 'dev', label: 'actor' },
1:{ name: 'madhu', label: 'actress' },
......
Now I want to patch these data in my formArray
I have created one demo for better understanding..