Utilizing Angular 4, I am developing a frontend application for a specific project. The interface features a table with three rows that need to be filled with data from an external source.
https://i.stack.imgur.com/Dg576.png
Upon clicking the "aggiungi prodotto" button, the first row of the table should receive the data, followed by the second and then the third row in sequence.
What is the best approach to achieving this functionality?
Please let me know if more information is required.