Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
1 answer
14 views

I implemented a NgbPopover like this: <ng-template #themepopover> <!-- popover content --> </ng-template> <button class="btn" [ngbPopover]="themepopover" container="body" ...
Zonko's user avatar
  • 259
Advice
0 votes
2 replies
66 views

I’m starting an inventory system: multi-branch, reporting, invoicing, which I plan to maintain for several years. Tentative stack: Backend: Java + Spring Boot DB: PostgreSQL Interface: Angular 21 But ...
Mlvin's user avatar
  • 1
2 votes
1 answer
26 views

I actually migrated my Angular app from 17 to 18. I use PrimeNG, but I have some errors with the PrimeNG style. In PrimeNG 18, primeng/resources/primeng.css is not found, so I don't know how I can ...
Sodiki's user avatar
  • 183
Best practices
0 votes
4 replies
55 views

I know it works, I've used this combination many times before, but is it right? What about best practices? What i meen: <button (click)="onBtnClick()">toggle</button> <ng-...
nilagor's user avatar
  • 33
0 votes
1 answer
52 views

After updating an existing app with Zone change detection to Angular v21, I got a lot of errors in the unit tests. I'm getting some NG0100: ExpressionChangedAfterItHasBeenCheckedError errors, but also ...
JSON Derulo's user avatar
  • 18.9k
Tooling
0 votes
1 replies
33 views

Question I’m using ngx-extended-pdf-viewer to render PDFs inside an Angular application. I need to let users highlight text in the PDF, save those highlights as “references”, and later click a ...
Brayden de Koning's user avatar
Best practices
1 vote
1 replies
43 views

I have the following in an older Angular app. newTask: Task = { id: 0, description: '', completed: false, priority: Priority.Normal }; <div> <input [(ngModel)]="...
Maarten's user avatar
  • 11
-3 votes
0 answers
30 views

getLiveGraph(uid: number, timeOut: number) { const config = this.configStore.getData(); return webSocket<LiveGraph>( `${config.wsBaseUrl}/subscriber/${uid}/live_graph/${timeOut}` ...
Tamil Vanan's user avatar
0 votes
0 answers
15 views

I'm trying to debug an Angular application in VS Code using Chrome DevTools Protocol, but the debugger is opening files in the wrong location due to URL path mapping issues. Angular dev server running ...
hemmoleg's user avatar
  • 169
0 votes
2 answers
53 views

I have an Angular front-end and Quarkus back-end running locally on my machine, without any infrastructure like nginx, Kubernetes, etc. Using the application, I am uploading large files (order of ...
ACEG's user avatar
  • 2,051
-1 votes
0 answers
30 views

I have reviewed all source codes in the //adev/shared-docs/components/table-of-contents/ and //adev/src/app/core/layout/secondary-navigation/, I have no ideas. Please help me. I also searched in ...
anlex N's user avatar
-5 votes
0 answers
34 views

I recently implemented Material chips (v18) in my Angular app, and it seems that the only way to edit a chip’s content is by double-clicking on it. But in the latest Material version they added an ...
katana's user avatar
  • 15
1 vote
0 answers
51 views

I'm investigating why our application flickers when running on a slower network such as 3G/4G on a mobile while also using SSR, and I found that the router component disappears after a while, before ...
Chrillewoodz's user avatar
  • 28.5k
0 votes
0 answers
25 views

I'm a bit frustrated with AWS Amplify, what seems like a basic feature of maintaining sessions is seems to fail if the network drops. Here is my Cogntio CDK setup, the refreshTokenValidity is set to ...
Joseph Cannella's user avatar
0 votes
0 answers
61 views

Because of the Angular 20 security issue, I updated to version 20.3.14. But on running the app, getting an error as [vite] Internal server error: Failed to update Vite client error overlay text. ...
3gwebtrain's user avatar
  • 15.5k

15 30 50 per page
1
2 3 4 5
20456