306,843 questions
-4
votes
0
answers
28
views
FireBase | Sign in with Google Concept | Ionic + Angular
I'm using Ionic v8 + angular v20 + capacitor v7 + @capgo/capacitor-social-login v7 + firebase v12
I'm trying to do sign in with google concept using Fire base but it is not woking When I click the ...
Advice
0
votes
2
replies
51
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
19
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
27
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 ...
Advice
0
votes
0
replies
29
views
How to show push notifications in Angular 17 when receiving SSE events (even with the browser tab inactive)?
I'm using Angular 17 and Spring Boot 3.3.0, and I have Server-Sent Events (SSE) working on both the backend and frontend.
I need to display a push notification in Angular whenever a new SSE event is ...
2
votes
1
answer
60
views
How to Animate using Canvas in Angular
I am trying to code an animated progress wheel in Angular 20. My animation works in a vanilla javascript environment, but when ported to Angular, nothing draws on the canvas and I'm not sure why. I've ...
0
votes
0
answers
31
views
How to add an existing Angular project into the same Git repo as my ASP.NET Core Web API (VS + VS Code setup)?
I am building a full-stack project where:
Backend: ASP.NET Core Web API (created in Visual Studio 2022)
Frontend: Angular project (created separately in VS Code)
Git: I initialized Git from Visual ...