Guest User

Untitled

a guest
Jun 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <h3> ApiCall </h3>
  2. <table>
  3. <thead>
  4. <tr>
  5. <th>Id</th>
  6. <th>Name</th>
  7. <th>Surname</th>
  8. </tr>
  9. </thead>
  10. <tbody>
  11. <tr * ngFor="let data of dataList">
  12. <td>{{data.id}}</td>
  13. <td>{{data.name}}</td>
  14. <td>{{data.surname}}</td>
  15. </tr>
  16. </tbody>
  17. </table>
Add Comment
Please, Sign In to add comment