I'm working on a project in angular, what I should do is create a datatable with data obtained from a Firebase database, the data I get correctly in this way:
the problem that I have that when creating the datatable I make an ngFor to fill it with the data obtained and fill it without problem in this way: , the table fills up correctly but appears as if it has no data , I would like to know what I am doing wrong or how I solve it.