I'm working on a project where I need to return a database value that is fetched via REST in json format. The front-end of the project is angular 2.
I have a table of workers and need that when the user clicks the edit button, it already brings the values of the database in the labels.
I'm a beginner in angular 2.