Posts by user8891963 • 1 point
1 post
-
0
votes1
answer645
viewsQ: Angular 6 How to leave default field in select?
I’m trying to leave one of the option elements as Selected, but I can’t get it to work at Angular 6. app.component.html: <select [(ngModel)]="marcaSelecionada" class="form-control" name="marca"…