I am developing a web page with Angular 7 and Spring boot 5.
So, using a service, I have this array of arrays :
And I want to display it in a table in the html component. I don't know how to access each item (for example "Estanteria 2") since it does not have key names.
Is there a way to access this data in html without key names?