Posts by Gabriel Ferrari • 13 points
1 post
-
1
votes2
answers87
viewsQ: Change ngModel connection
I have a code and I wanted to know how to change the ngModel button-bound. Ex: <input [(ngModel)]="Pessoa1.nome"> <input [(ngModel)]="Pessoa1.idade"> <button…