Posts by wagner junior • 36 points
2 posts
-
0
votes1
answer190
viewsA: Angular - Error: Cannot find a differ supporting Object '[Object Object]' of type 'Object'. Ngfor only Supports Binding to Iterables such as Arrays
The problem ai is that you are iterating on an object and not on an array. To solve this you should put this.movies = response.results; However its interface does not exist this Results to…
-
2
votes1
answer49
viewsA: Data from an Array (Angular)
Dude is because this reminderSistemaList is an array of objects in this case you could do something like this. <textarea class="form-control" id="message-text" *ngFor="let lembrete of…