Trying to convert an Ionic storage object into an array for better readability in an ion view. Encountering the error: NgFor only supports binding to Iterables such as Arrays. What is the best way to convert an object to an array? Do I need to use forEach on the storage object and push the data into an array? Here is the object: https://i.sstatic.net/AaTOi.png Regards, Frank