Posts by Rodrigo Furlaneti • 1 point
4 posts
-
0
votes1
answer60
viewsA: Angular form since it does not reach the api
Solution Javascript function CalcularProduto() { var quantidade = document.getElementById("produto.quantidade"); var valor = document.getElementById("produto.valor"); var custo =…
javascriptanswered Rodrigo Furlaneti 1 -
0
votes2
answers488
viewsA: C# - XML Serialization error
I have an application in Asp.net core 2.1, in which I serialize in the controller itself. Example: using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System.Threading.Tasks;…
-
0
votes1
answer50
viewsA: How to leave access to my API open for consultation
Good afternoon, I have an Angular application and set the url of each class in the service layer. Example: product.service.ts import { HttpClient, HttpHeaders } from '@angular/common/http'; import {…
-
-1
votes1
answer60
viewsQ: Angular form since it does not reach the api
I have an Angular/Typescript application on the frontend, in which it consumes the information of a Web Api, backend that was done in Asp.Net Core, this normal. My doubt is I have an HTML form, in…
javascriptasked Rodrigo Furlaneti 1