Posts by Rodolfo Jorge Nemer Nogueira • 126 points
2 posts
-
1
votes2
answers981
viewsA: Angular2 ngFor help with loop
If you cannot work with the structure of this JSON to transform it into an array, use the Angular keyvalue pipe: https://angular.io/api/common/KeyValuePipe <div *ngFor="let item of chapters |…
-
0
votes1
answer106
viewsA: How to convert a javascript object to user presentation?
There are some libraries specialized in this, take a look at: https://json2html.com There’s a new feature in Chrome that can also help, called console.table(), that displays a stylized table with…