Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
15 views

I am using Highcharts to render a pie chart in an Angular CLI project. Everything works fine except for an accessibility issue: when I move the mouse over the pie chart, the ADA focus outline becomes ...
Harvi Patel's user avatar
2 votes
1 answer
32 views

Hello fellow developers! I'm facing a problem to which I have no solution and I would require your aid to figure it out. I have setup a theme.scss file inside an Angular 19 project, which contains ...
Dan Mihalea's user avatar
-1 votes
0 answers
13 views

I am migrating from Angular 14 to 19. Now i am in Angular 19 version and primeng 19 version.The primeng component styles are not applied. i addded below code in app.module,ts import { ...
Diana's user avatar
  • 11
0 votes
0 answers
18 views

Since Angular version 21 it uses Vitest as default testing framework. I come from Karma + Jasmine and we had a customLauncher in our karma configuration file with the --remote-debugging-port=9333 flag ...
Maichel's user avatar
  • 190
0 votes
0 answers
24 views

I am writing E2E tests for an Angular application using Playwright. I am encountering a flaky issue when trying to interact with an Angular Material slide toggle (mat-slide-toggle). Most of the time ...
Gustavo VL's user avatar
0 votes
1 answer
71 views

I am currently working on a learning project with Angular CLI 21.0.2. I added the following line of markup, but the button still appears with its default color: <button matButton="filled" ...
ostoforostan's user avatar
0 votes
0 answers
24 views

I have an Angular 21 project in which I am using NGXS for state management. I was using jest as a testing framework but vitest works better. The issue is that the NGXS @Selector() decorator is showing ...
Bill Clyde's user avatar
Advice
0 votes
1 replies
24 views

I want to know if it's possible to do Angular migration version automatically with aws TRANSFORM argentic IA?
sodiki SALAMI's user avatar
-1 votes
1 answer
34 views

I am implementing a modern state management pattern in Angular (version 16+) where a dedicated service acts as a state facade, integrating traditional RxJS asynchronous operations with the new Signals ...
michelemalagnini's user avatar
-3 votes
0 answers
45 views

I'm experimenting with Angular (with signal and inject) and I'm trying a pattern where a service acts as a small state manager: The service holds the state in signals (loading, error, items, etc.). ...
michelemalagnini's user avatar
0 votes
0 answers
21 views

Straight forward questions asking for steps to configure Mac iOs. I need local iPhone / Xcode simulator running Angular in Capacitor (no Ionic) to be able to make http calls to Azure Function App ...
Aiden Dipple's user avatar
1 vote
2 answers
39 views

After upgrading my Angular project (v19 → v20 → v21), I opted into the control-flow migration (*ngFor → @for). Some of my templates were migrated like this: @for (item of data; track trackByFn(index, ...
山口航太朗's user avatar
0 votes
0 answers
47 views

I am working on a MEAN stack web application but I am having issues with getting the administrator single page application to consistently show the table data in a *ngFor loop. On first load up the ...
fodsfgpstom's user avatar
1 vote
1 answer
29 views

I'm building an application that uses AWS Cognito as IDP for authentication and angular-auth-oidc-client library to handle authentication on my Angular 21 client. I configured it as follows: config: { ...
Francesco Girelli's user avatar
Advice
0 votes
3 replies
41 views

I've migrated my angular 21 tests from jasmine to vitest. And for some of my tests I use separate helper classes (like Page object models). For example: export class SignUpPageObject { constructor(...
AlexB's user avatar
  • 4,684

15 30 50 per page
1
2 3 4 5
20456