Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created July 26, 2018 16:41
Show Gist options
  • Save daniele-zurico/d8c14ede5a99a0ec3e8fe5023de400b7 to your computer and use it in GitHub Desktop.
Save daniele-zurico/d8c14ede5a99a0ec3e8fe5023de400b7 to your computer and use it in GitHub Desktop.
<ul>
<li *ngFor="let item of Items | keyvalue">
{{item.key}}: {{item.value}}
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment