FE/Angular
[ ANGULAR ] ngFor by KeyValue
HEON.D
2021. 11. 17. 15:37
<div *ngFor="let item of object | keyvalue">
{{item.key}}:{{item.value}}
</div>