Skip to content

Instantly share code, notes, and snippets.

@isNotOkay
Last active May 3, 2019 10:13
Show Gist options
  • Save isNotOkay/db9da76be42df5e73b03e29297d446f8 to your computer and use it in GitHub Desktop.
Save isNotOkay/db9da76be42df5e73b03e29297d446f8 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