Posts by Davidson Ferreira • 1 point
1 post
-
0
votes2
answers494
viewsQ: Initialize a form with values of an object with ANGULAR 4
I’m having trouble creating a CRUD with Angular 4. I’m trying to create a form by putting the value of an object in it, to be able to edit it. Following example: <form #editar="ngForm"…