Created
December 4, 2022 23:52
-
-
Save Blazing-Mike/fa5c8ffe41b8a98fa1b39b3478de8463 to your computer and use it in GitHub Desktop.
Loop over JSON object with angular ngfor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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