Posts by guickz • 23 points
2 posts
-
1
votes1
answer57
viewsQ: List the names of all objects within the array
I’m using the Angular JS chip system and I have a problem showing the name(description) of the objects inside the array. The code html that’s the one: <div layout="row" layout-xs="column">…
-
0
votes1
answer88
viewsQ: How to show the name of all arrays inside an object?
I’m making a search system and with a problem to show the name of the arrays inside the object. The object is in this style: let item = { descricao: "Casa", id: 123, localizacoesFilho: [ {…