Skip to content

Instantly share code, notes, and snippets.

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