How to Populate One Mat Table from Another Mat Table - Angular
I Need to Populate the Email Mat Table(Table 2) Based on the Value Selected from the List Table(Table 1). for Eg. , If I Check the List 1 Check Box, All the...
I need to populate the Email mat table(Table 2) based on the value selected from the List table(Table 1). For eg., If I check the List 1 check box, all the emails that are in List 1 should be displayed in the Email Table ([email protected]). When I uncheck the List 1 checkbox, the email in the 2nd table should be removed. Can you please help me with this?
Stackblitz URL :