Goal:
Retrieve value from the id that is located in the syntax code "Tr" and also retrieve from the value in the textbox name "databox".
The process to retrieve the both of the value take place when you have pressed the button "retrieve".
Problem:
How should I retrieve both of the value from html page when you have pressed the button "retrieve data".
What approach should I go for?
I also don't know how how to retrieve of the id inside of the syntax code "tr".
Stackblitz:
https://stackblitz.com/edit/angular-274dah
Thank you!