Next, I have this registration screen where clicking the "+" button will add text type inputs (according to the attached code) My problem is that this creation is dynamic, the person can add either 1, when 2,3,4..or it's N. I'm going to save this data and I need to edit the same structure. That is, it will load all the text inputs created in the addition screen. I do not know how to do bring this information dynamically. I'm applying angular v1 in the project, I'm using to do integration with the backend. So I would like a more focused pro angular solution. Is there a way to do it?