Posts by Arthur Cordeiro • 11 points
2 posts
-
1
votes1
answer76
viewsA: Filling in input automatically with JSON
Solved, Misuse of angular functionality, I changed the address object in TS to publicdo and start with new() and replace [value] with [(ngModel)] and it worked perfectly. Follows code: import {…
-
0
votes1
answer76
viewsQ: Filling in input automatically with JSON
I am doing a zip code query and automatically filling in the inputs with the result of the request, but when I submit the form the requested data is sent as null in JSON onsubmit. Can you help me?…