Posts by Douglas • 16 points
2 posts
-
0
votes2
answers277
viewsA: Populating a select with Angular2 and Firebase
But now it is returning the due array. Only inside each brand, you have an object {logo, name}. You need to access the target string brand name.: <option *ngFor="let marca of marcas |…
-
0
votes2
answers277
viewsA: Populating a select with Angular2 and Firebase
I had this same problem, but I managed to solve it. I hope I can help you. The component must be iterated with the list defined in [materializeSelectOptions]="selectOptions". Then, in your case,…