Help on Angular project
Budget: $10 – $30 USD
I prepared sample project like this
https://stackblitz.com/edit/angular-json-sample-jezmsq?file=app/app.component.ts
Please see the variable data2 which is my data and from which i want to create input boxes dynamically and patch values. In this object called there is products and listed_product_attributes. Number of products and listed_product_attributes can change. So that i want to create input boxes dynamically.
If you check actual status of script, my stackblitz project is working partially good. It is creating inputboxes for listed_product_attributes
But i want also 3 inputboxes tob e created for each product title. So the final output will be like this
(see output.png)
Please note that json output should also be same as above.
https://stackblitz.com/edit/angular-json-sample-jezmsq?file=app/app.component.ts
Please see the variable data2 which is my data and from which i want to create input boxes dynamically and patch values. In this object called there is products and listed_product_attributes. Number of products and listed_product_attributes can change. So that i want to create input boxes dynamically.
If you check actual status of script, my stackblitz project is working partially good. It is creating inputboxes for listed_product_attributes
But i want also 3 inputboxes tob e created for each product title. So the final output will be like this
(see output.png)
Please note that json output should also be same as above.