1
Next, I have this sign-up screen where clicking the "+" button will add text type inputs (as an attachment code) My problem is that this creation is dynamic, one can add either 1, or 2,3,4.. or N. I’m going to save that data, and I need when it comes to editing, to be able to assemble that same structure. That is, it will load all the text inputs created on the addition screen. I don’t know how to get this information out dynamically. I’m applying v1 angular to the project, I’m using it to integrate with the backend. Then I’d like a more focused, angled solution. There’s a way to do it?