Ionic 4 Como iterar o objeto JSON em vista

<div *ngFor="let item of object | keyvalue">
      {{item.key}}:{{item.value}}
    </div>
Rich Ratel