Posts by lucas Emanuel • 17 points
4 posts
-
0
votes1
answer75
viewsQ: Saving data in Angular API
I need to save a data set through an API. I tried to pass the data in several ways but did not succeed. Always gives the error: ERROR Error: Uncaught (in Promise): Httperrorresponse:…
-
0
votes1
answer37
viewsQ: Pass an id through a checkbox at Angular 5
I need to pass an id through a method in a form when my checkbox is checked. I have tried it in several ways with no results. Below follows the code {{Event.name}} <div class=" col-3…
-
0
votes3
answers1219
viewsA: How to delete with Angular 4
I put the code of the Component that I created and the view to make it easier to understand. In the case of the html view I created a table with client registration data and a button to delete them,…
-
1
votes3
answers1219
viewsQ: How to delete with Angular 4
I created a class to delete data from a database but I don’t know what I call the same class by Angular 4 in the html code. //Classe Delete deleteClient(client): void { if(this.client.id){…