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
0 votes
0 answers
17 views

I am implementing a component with an array of elements and there is a *for directive in the component that is connected to the array. The array is dynamic and the loop renders mat-expansion-panel for ...
Dml's user avatar
  • 84
0 votes
0 answers
8 views

export enum Role { MANAGER = 'Manager', CONSULTANT = 'Consultant', CONTRACTOR = 'Contractor' } I want to be able to add translations for these strings; to add i18n tags and then generate ...
arunkumaraqm's user avatar
0 votes
0 answers
33 views

During debugging, the API request functions correctly. However, when executed in the browser, the request remains in a pending state. The issue appears only when navigating from y.com to x.com—in that ...
Sumit's user avatar
  • 1
-1 votes
0 answers
20 views

I have an angular ionic app, with a laravel backend api, it works fine in browser and the api in reachable and the ssl in configured with let's encrypt in nginx ans it's tls 1.3, idk what im doing ...
The Hermit's user avatar
Advice
0 votes
1 replies
34 views

I'm working with Angular 21 and I've added an interceptor like this: export const httpErrorInterceptor: HttpInterceptorFn = (req, next) => { return next(req).pipe( catchError((error: ...
KrzysiekYESS's user avatar
Best practices
0 votes
4 replies
124 views

My meanings and thoughts are related to pure purpose. Also, in a particular case, what about the JavaScript project?. Best practices to integrate. Can we use it in old projects, or is the best way to ...
Hri100's user avatar
  • 11
1 vote
1 answer
22 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
71 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
34 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
62 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
62 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
34 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
48 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
31 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
17 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

15 30 50 per page
1
2 3 4 5
20456