python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ng serve not working after angular upgrading to Angular 13
I upgraded my angular project from 12 to 13 using the angular update guide provided here https://angular.io/guide/update-to-latest-version without any issues. But while running the project on my local...

Durga Prasad
Votes: 0
Answers: 1
Cannot deserialize value of type `java.util.LinkedHashMap<java.lang.String,java.lang.String>` from Array or what would be a correct type of my field
I try to pass a json object to an api on a Spring boot. Before I was passing values using postman all worked fine. The format was as follows:
{
"shortname": "test2",
"...

Bogdan Onyshenko
Votes: 0
Answers: 1
Cannot convert data to json in angular 13 Content type 'text/plain;charset=UTF-8' not supported] after sending data from angular to spring boot
I am trying to submit a form in following way:
saveBuildcompany(): void {
// @ts-ignore
// @ts-ignore
console.log(this.group?.value);
let data2=this.group.value;
let serial...

Bogdan Onyshenko
Votes: 0
Answers: 3