Angular: ‘Cannot find a differ supporting object ‘[object Object]’ of type ‘object’. NgFor only supports binding to Iterables such as Arrays’
As the error messages stated, ngFor only supports Iterables such as Array, so you cannot use it for Object. change to