Am trying to create a UI like below based on the following data
data ={Parent1:[child1,child2],Parent2:[child3,child4]}
Is it possible to make this UI from mat-selection-list?
OR any other one available
And also need to know how to iterate above data structure through *ngFor
Expecting a solution
Thanks in advance.
