Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I have two similar Angular projects (both on Angular 20) and currently one of the projects when I run the npm run start command I am constantly getting the error below. Should I remove the package-...
user29988923's user avatar
1 vote
3 answers
48 views

I am migrating my Angular 17 project to 21 and would like to know if there will be any problems if I want to continue using the module feature in Angular 21?
Sodiki's user avatar
  • 193
0 votes
1 answer
44 views

I'm trying to use a variable as select select attribute value and it doesn't seem to work. This is small representation of my component. import { Component, input } from '@angular/core'; @Component({ ...
yesman82's user avatar
  • 451
Advice
0 votes
1 replies
25 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
40 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
19 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
1 vote
2 answers
31 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
28 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
2 answers
87 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
29 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
30 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
1 answer
26 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
43 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

15 30 50 per page
1
2 3 4 5
20455