Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [angular-fullstack]

Related to Angular Full-Stack Generator project

angular-fullstack
0 votes
0 answers
23 views

Angular - "Invalid ICU message. Missing '}'.ngtsc(-995002)" error

In my Angular code, I use interpolation. But, it poses an error although the syntax is correct. (Angular v18.1.0, node v20.15.0, typescript v5.4.5, rxjs v7.8.1) Here are code snippets from the same ...
Arya's user avatar
  • 66
2 votes
0 answers
27 views

Whitelabel Error on 8080, ExpressionChangedAfterItHasBeenChecked error on 4200

Angular w/ SpringBoot & SQL backend. Main page of the site loads, but when I go to 4200/customer or 8080/api/customer it isn't loading. 4200/customer loads the angular, but the back-end fails to ...
Andrew Pocoroba's user avatar
0 votes
2 answers
723 views

[tag][error] TypeError: (0 , os_1.availableParallelism) is not a function

I am getting these errors when I tried to build the Angular project angular-errorw.log [error] TypeError: (0 , os_1.availableParallelism) is not a function at Object.<anonymous> (C:\Users\...
Aniket Sharma's user avatar
-2 votes
1 answer
81 views

Heroku - build of project fullstack (Java and Angular) ended with success, but on app site(run) there is "App Crashed"

I'm quite new to fullstack and Spring Boot, so I ask for patience. I use a book for fullstack development and I first have tried to read it with understanding and then have run programs from it. Every ...
Someone's user avatar
0 votes
2 answers
158 views

How do I rectify importing all components of Angular Material from a single file, to avoid redundancy?

I am working on a project using the PEAN stack and have installed Angular's latest version. I have stored all modules of Angular Material in a file called 'material.module.ts'. But the Angular ...
Arya's user avatar
  • 66
0 votes
1 answer
42 views

How can i make gauge highchart chart responsive

Please refer below jsfiddle currently litle and legend is not responsive how can i make it responsive [text] without title it works fine but i also want title and legend resonsive in chart Please help ...
khushi's user avatar
  • 1
-1 votes
2 answers
1k views

Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import_modules/@angular/core/core")'. how to resolve this angular error in html files

automatically show this error in my all angular html page how to resolve this anyone suggest plz. i am use node version 14.17.4 and my angular version is 15. Property 'ɵunwrapWritableSignal' does not ...
Darshan Dholakiya's user avatar
1 vote
0 answers
74 views

ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ';' is not a valid attribute name

I don't get any error in my code yet it fails to redirect to signup component with an error showing core.mjs:11809 ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ';' is not a valid ...
swathi raju's user avatar
1 vote
1 answer
491 views

primeng p-multiselect dropdown filter search not showing no result found primeNG v-16.7.1

I have added the primng p-multiselect and in that i have the filter in which i have search when the result is not found than the message not appearingenter image description here i am talking about ...
Somesh Gusain's user avatar
1 vote
2 answers
10k views

ng serve giving error on newly created angular project

On my Windows 11 machine, I have install nodejs and Angular. created a project with ng new command and then tried to run it with ng serve. It is giving me following error c:\working\projects\xxxxxxx\...
user2845672's user avatar
0 votes
1 answer
49 views

Angular + Spring policy CORS

I have a problem. If I send a request from the server to http://localhost:8082/finance/rate/getActualRate I get the following response Access to XMLHttpRequest at 'http://localhost:8082/finance/rate/...
Artem Dubenko's user avatar
0 votes
1 answer
698 views

Cannot access jakarta.servlet.FilterChain

I was writing an application in intellij idea using springboot.When I tried to run the program it showed cannot access jakarta.servlet.FilterChain bad class file: /C:/Program Files/Apache Software ...
swathi raju's user avatar
0 votes
1 answer
98 views

Angular date pipe not working properly in HTML

Angular Pipe not working I am trying to use Angular's date pipe. For some reason I can't seem to get it to work. I tried a couple things like changing the date to a string before passing it through ...
Grant Rencher's user avatar
0 votes
1 answer
171 views

I have multiple objects in an array . Now I have to insert all data with single query from nodeJS to postgreSQL

I have received the data from frontend. So all the data is in req.body. First I map it then I am trying to insert it. But gives the error. router.post('/addItems', (req, res) => { let ...
Ritik Rajvanshi's user avatar
1 vote
1 answer
177 views

How to sort the table based on the values (time stamp ) of a column in angular

I want to sort the rows of the table based on the time stamp the above image shown that same code i want to sort according to date and time same like that i want to see latest query on top in the ...
BILAL HAIDER's user avatar

15 30 50 per page
1
2 3 4 5
24