7 questions from the last 1 days
Advice
0
votes
0
replies
15
views
SPA framework output access without node or any server setup?
New SPA frameworks like React, Angular, Vue etc. Requires running node js server. But is there any way to run "output" (code generated after transpilation step) without running any server, ...
0
votes
0
answers
15
views
How can I defer loading of rows in a table using Angular to reduce lag in large tables?
I have a found multiple scenarios where either 100s of rows of data need to be loaded or 10s of rows need to be loaded but they all have many components inside. Is there a way to dynamically load only ...
0
votes
0
answers
24
views
Angular 19 Jasmine Test HighContrastModeDetector Error
We have an enterprise Angular application. It was on v13 and I have upgraded it to v19.
The Jasmine tests are okay on v13 but it has error on v19.
I get the error shown in the screenshot.
I cannot ...
-4
votes
0
answers
40
views
Backend 500 Error: User Branch Not Assigned (NullPointerException) [closed]
I'm working on a kitchen design project and all orders are expected to show on the history table with their status changing along with the progress of the order but they aren't. This is the error ...