306,917 questions
0
votes
1
answer
21
views
Ionic Angular components not rendering in APK
I'm new to ionic project, I'm trying to create a basic login page with 3 icons and input field, when I do ionic serve and check in chrome browser, it is working perfectly
now I try to convert as apk ...
0
votes
0
answers
21
views
Angular on start Path for Router
I'm trying to load a path from backend on startup.
I've tried to use it like a factory but doens't work
provideRouter(getAppRoutes(inject(EnvironmentService))),
I'm basically trying to set path from ...
0
votes
1
answer
40
views
How to resolve circular dependencies in this scenario
I am running this command:
sudo npx madge --circular --extensions ts ./
It returns:
Found 1 circular dependency!
src/app/components/checkout/payment-modes-v2/payment-mode-content-mapping.ts
src/...
0
votes
1
answer
31
views
Specify label for each point in scatter graph
The following code contains a simple chart.js sample that works in angular component. The charts contains 2 points in one dataset.
How can I specify label for each point that will be displayed near ...
0
votes
0
answers
21
views
Angular 19 SSG: ngOnInit not executing during static generation, data not visible in initial HTML
I'm using Angular 19 with Static Site Generation (SSG) and my ngOnInit method is not executing during the build process. The API calls are only made when clients load the page in the browser, ...
0
votes
0
answers
47
views
Mark specific points with label, point style [closed]
In chart.js I display one scatter graph that has 16384 points (x). Each point has a value. On this graph I want to use different point style for specific points (up to 6 points).
I tried the following ...
0
votes
0
answers
33
views
Angular guard issue
I’m building an Angular app where I store the authentication token in a cookie using ngx-cookie-service. Everything works fine except when I refresh the page.
After a full page reload, my authGuard ...
0
votes
0
answers
15
views
Failed to load: -6 ERR_FILE_NOT_FOUND file:///D:/.../angular-dist/browser/#/ [closed]
What I’m doing:
I load the Angular app using:
const indexPath = path.join(__dirname, 'angular-dist', 'browser', 'index.html');
mainWindow.loadFile(indexPath);
The Angular app uses hash-based routing ...
0
votes
1
answer
47
views
+200
Moved to angular universal (ssr) (click) events now don't work on safari mobile?
So I have just migrated my app to be deployed under SSR.
Tested on my desktop, all fine.
Deployed, checked on mobile iOS chrome and all good.
Have fired up iOS Safari and no (click) events are working....
0
votes
0
answers
24
views
Angular Service Worker removes session cookie with expired_overwrite cause during OAuth2 login flow
Problem Summary
I'm developing an Angular front-end (v17.3, @angular/service-worker v17.3.2) that interacts with a Spring Cloud Gateway and Spring Authorization Server to handle OAuth2 login. The ...
0
votes
0
answers
13
views
Ionic Local Notifications not working consistently on lock screen (iOS & Android)
I am working on an Ionic (Angular + Cordova) app and using the @ionic-native/local-notifications plugin to schedule reminder notifications.
On iOS, interval notifications do not show at all when the ...
-2
votes
1
answer
51
views
Why is this Angular / TypeScript call to an API not returning the expected values? [duplicate]
I have inherited an application that has an Angular front end that calls into a C# API.
I have been asked to add some functionality that involves calling into the API but I am stuck. I have made a ...
-3
votes
0
answers
21
views
After changing the server IP, DSpace still returns the old IP in backend responses [closed]
Context:
I am working with DSpace 8.1 (Java backend + Angular frontend). I had to change the server IP address from 10.10.11.235 to 10.10.10.235.
What I’ve done so far:
In the backend, I updated /...
0
votes
1
answer
37
views
routerlinkactive not wokring in InnerHtml Angular
how i can use routerlinkactive inside InnerHtml ?
it not working becuase angular not support that .
i thinking a way to support this in innerhtml
i need add the "menu-active" class to
i ...
1
vote
1
answer
20
views
FormAssembly Quick Publish embed script only works in index.html, not when dynamically loaded in Angular component
I’m trying to embed a FormAssembly form into an Angular 17 standalone component.
The Quick Publish embed snippet works fine if I paste it directly into index.html:
<script
src="https://...