Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created February 21, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NishuGoel/51b9f9df442d20553d46c468282796e0 to your computer and use it in GitHub Desktop.
Save NishuGoel/51b9f9df442d20553d46c468282796e0 to your computer and use it in GitHub Desktop.
<table>
<tr *ngFor="let u of users">
<td>
{{u.id}}
</td>
<td>
{{u.name}}
</td>
<td>
{{u.email}}
</td>
<td>
{{u.contact}}
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment