Nothing here yet.
Nothing here yet.
No blogs yet.
So I'm fetching the data from a restAPI and looks like [ { "id": 1, "name": "Something", }, { "id": 2, "name": "Another", } ] I want to be able to use the name in an list item as part of an unordered list. <ul> <li dom-repeat={{post}}>{{post.name}} </ul>