close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
35 views

how do you guys change theme of your ng-zorro components? Like for darkmode and lightmode switch? Currently I'm using AI to change the style of the components but this does not seem very efficient and ...
ChichiKugel's user avatar
0 votes
0 answers
67 views

I added SSR/SSG to my existing CSR Ionic Angular app (for my website/webapp, not my Capacitor native app), styles do not appear for the ion-header any more: Expected styles: The component code: <...
Felix Olszewski's user avatar
0 votes
0 answers
44 views

I have an Angular v21 app that I've configured to use SSR, and it is failing on certain prerendered routes while trying to build, with unclear errors. I've looked around and tried different ...
Samson Afolabi's user avatar
-1 votes
0 answers
54 views

I'm upgrading from Angular 20 to 21. All of my unit tests are failing, with a mix of "Cannot find module" @angular/core/testing, @angular/common/http/testing, or @angular/common/http/testing....
commadelimited's user avatar
Best practices
0 votes
2 replies
87 views

I am an intern doing a graduate degree in programming. The company "employing" me asked of me to make an application for e-invoicing. This application makes use of an API with a rate limit (...
Reinhard Vandenbulcke's user avatar
2 votes
1 answer
113 views

I generated an Angular app via Angular CI with latest v21. When I add const formatter = new Intl.DurationFormat('en', { style: 'narrow' }); in TypeScript code and "npm run start" the ...
Steffen Harbich's user avatar
-1 votes
1 answer
86 views

I have an Angular workspace with many projects. I want to test a project with vitest. It works with ng test project1 But I want to use the Vitest runner from WebStorm, not the npm runner. How do I ...
Galdor's user avatar
  • 2,075
Best practices
1 vote
1 replies
74 views

I have an Angular 21 component using the signals API with AG Grid. The component loads a productNoteDetail object from a route resolver, and the grid displays the note's lines. The signal chain looks ...
Giorgi Mamisashvili's user avatar
Advice
0 votes
0 replies
67 views

Setup Migrated from mod_auth_openidc to SPA CIDP using angular-auth-oidc-client Angular SPA served by Apache. Backend is internal (not publicly reachable); Apache proxies /api/* to it. Backend ...
user32731489's user avatar
Advice
1 vote
4 replies
166 views

Why are there square brackets around [ngClass] and [attr.data-testid]? What does the value of [ngClass] indicate? For example, what is the || operator doing in there, and the empty string ''? Where ...
Pascal Petherick's user avatar
Best practices
3 votes
2 replies
118 views

Whats better in angular project right now? Because i really confused right now export enum UserRole { ADMIN = 'ADMIN', USER = 'USER', GUEST = 'GUEST', } export type UserRole = 'ADMIN' | 'USER' |...
Leonaldo Jose's user avatar
1 vote
1 answer
142 views

I have a form within a mat-dialog and I'd like the dialog to "submit" upon pressing the enter key given it is valid, i.e. close and pass the form's value to the dialog's afterClose promise. ...
Otto Abnormalverbraucher's user avatar
Best practices
1 vote
5 replies
118 views

We have: Main project X (Angular app) Helper package P (pure JavaScript internal package) Package P is hosted on our private npm registry and consumed by project X through package.json. Our releases ...
Meet's user avatar
  • 76
-1 votes
1 answer
145 views

Let's say I have 2 pages: first, that creates data (transaction) and second that displays the transactions in table. I also have navigation to those subpages ('/create-transaction' and '/transactions')...
nonamecoder's user avatar
2 votes
4 answers
183 views

Why doesn't my .set(...) method update the signal when the array is constructed with the spread operator? What I have is product editor, that features an input of type file, with a preview generator. ...
Dan Mihalea's user avatar

15 30 50 per page
1
2 3 4 5
20433