This keeps kicking upError: Cannot find a differ supporting object ‘[object Object]’ of type ‘object’. NgFor only supports binding to Iterables such as Arrays. But it works when I try print it to the console, any help be appreciated big time guys Thank you (: Answer The error already mentions what’s the issue. NgFor only supports binding to Iterables such
Tag: ngfor
Angular – Speed up filtering and display of *ngFor
I have a list of users (at the moment about 450) which I filter using a onValueChanges subscription and javascript filter method. It seems pretty slow. I believe it should be quicker but am unsure if it is the actual filtering of the object or the rerendering the html that is slow. When I recreated it in stackBlitz it is