I am new to angular & angular material. Please apologize if the question asked very trivial in nature.
I have been working on an application that has a component with an angular material data table.
The table has information that is fetched from a service.
My requirement is to have one of the records (the first in the data table) preselected by highlighting with a color in the angular material table and also render the information in that row in a form adjacent to the table in the same component.
If the user has selected any other row in the angular material data table, the form should reload the newly selected record information in the form
I have seen some examples that has checkbox, but I do not intend to have any multi-select operations on the records in the table.
An example of my requirement can be seen from the screenshot below