0
blz? I’m starting in Angular2 and I’m finding Firebase a much better backend than Backand, because in a very short time I was able to connect to Firebase. The point now is, I’m trying to popular a select but it’s coming without the names. Comes four items, but empty. Let’s go to the HTML code
<label>Escolha a marca</label>
<select materialize="material_select" [materializeSelectOptions]="selectOptions" class="browser-default">
<option *ngFor="let marca of marcas | async">{{ nome }}</option>
</select>
And now an image of the Firebase bank
Someone who knows enough to give me a hand? Thanks a lot, hugs!
You tested brand name. ?
– duardbr
No, good idea!
– Marcello Patto