I am building a mat-list with mat-list-item. I am having problems with reading the subarrays into my list UI control. It shows up blank. For the part of the collection that does not involve subarrays, it shows up but the data in the subarrays are not incorrectly read with my ngFor angular code.
I googled and tried changing the ngFor code. I moved it between the mat-list and mat-list-item tags but the UI shows empty cells.
The collection Sale has a weekending string, which I can display without problem. I set the ngFor to loop thru days of saleWeekdays so I can read thru each day array collection. Within each day collection, I want to accces the metric to display the value string and the subCategory array, which I will need to add another *ngFor loop.
Any help is greatly appreciated. Thanks.