I need to implement a list of items in angular(7).
The list contains input text and remove button.
The requirement is to enable automatic save.
How to do it correctly?
And how to avoid multiple requests?
I’m thinking about reactive form.
New contributor
yael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2