Я получаю такой объект массива:
i am showing one third party form using
in angular. Now i want to pass query params in url so that that form should b pre-filled.
My form can be pre filled if i enter this url :
http://myform.com?d[/data/patch_form/crop1]=abc&d[/data/patch_form/name]=xyz (this is hard coded)
in which after "/patch_form/"
is a key which is also present in my object.
how can i pass this array object's all keys and value in my url so that all keys can be pass through url.?
.html
.ts строка консоли
console.log(this.selectedTimeLine.formKeyValues)