I am trying to run this code and get an error.
this.resto.getList().subscribe((result)=>{
console.warn(result)
this.collection=result;
})
I am getting the error:
core.js:7990 ERROR Error: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays.
Type '{}' is not assignable to type 'any[] & Iterable<any>'.
Type '{}' is not assignable to type 'any[]'.