Skip to content

Instantly share code, notes, and snippets.

@Blazing-Mike
Created December 4, 2022 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Blazing-Mike/fa5c8ffe41b8a98fa1b39b3478de8463 to your computer and use it in GitHub Desktop.
Save Blazing-Mike/fa5c8ffe41b8a98fa1b39b3478de8463 to your computer and use it in GitHub Desktop.
Loop over JSON object with angular ngfor
<ng-container *ngFor="let item of APIresponse | keyvalue: indexOrderAsc">
{{item.key.replaceAll('_', ' ') | titlecase}}:{{item.value}}
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment