Skip to content

Instantly share code, notes, and snippets.

@isNotOkay
Last active May 3, 2019 10:57
Show Gist options
  • Save isNotOkay/c94333a2c26e52b75fb7c99b2e11dae1 to your computer and use it in GitHub Desktop.
Save isNotOkay/c94333a2c26e52b75fb7c99b2e11dae1 to your computer and use it in GitHub Desktop.
<div *appNgForObject="let propertyName from myObject; let index=index">
[{{index}}] {{propertyName}}: {{myObject[propertyName]}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment