Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save isNotOkay/31b5c790466caf1b5e3aa0f8e05bae65 to your computer and use it in GitHub Desktop.
Save isNotOkay/31b5c790466caf1b5e3aa0f8e05bae65 to your computer and use it in GitHub Desktop.
<ng-template appNgForObject let-propertyName let-index="index" [appNgForObjectFrom]="myObject">
<div>
[{{index}}] {{propertyName}}: {{myObject[propertyName]}}
</div>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment