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
1 answer
55 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
0 votes
0 answers
75 views

I could successfully migrate my Angular 20/Jasmine/Karma app to Angula r21/Vitest All my tests are running correctly, except the ones that use debounceTime from RxJS As a workaround for now, ny unit ...
Paulo Costa's user avatar
0 votes
3 answers
255 views

I have an Angular 18 app and need to inject environment variable values from a .env file into my environment.ts file and environment.development.ts. I want the values available during development (ng ...
binga58's user avatar
  • 97
2 votes
1 answer
126 views

I'm experiencing intermittent build failures with my Angular application in an Nx monorepo. The build command nx run frontend:build:development sometimes succeeds and sometimes fails, but I cannot get ...
timolino13's user avatar
1 vote
0 answers
83 views

I have an angular app which builds fine in all our dev environments. But, fails to run in jenkins every single time. The only difference is in Jenkins we run it inside a docker container. npm install ...
Aakash's user avatar
  • 1,821
1 vote
1 answer
50 views

I'm trying to run ESLint through the ng lint CLI command, but it fails, returning the following error: Error when running ESLint: All files matching the following patterns are ignored: - '/src/\*\*/\*....
ve2abo's user avatar
  • 1
5 votes
0 answers
156 views

After upgrading my angular project from 19.2.15 to 20.3.1 My project's compile time (ng build) when from 85.426 seconds to 453.679 seconds. The resulted bundle size difference is minimal (different by ...
aii-yin's user avatar
  • 388
0 votes
0 answers
33 views

I have a legacy project developed with ASP.NET Core 3.1 MVC and Angular 12 (originally it was Angular 5). I need to set a Content Security Policy (CSP) for the website without using 'unsafe-val' to ...
Passa4's user avatar
  • 11
1 vote
0 answers
24 views

my angular project doesn't have cli, rather we have implemented the build using @ngtools/webpack. I am trying to use @defer in my template to lazyload one of the component. it's supposed to create a ...
learntech's user avatar
  • 143
1 vote
2 answers
64 views

I posted a similar question yesterday, but I am having an issue where I am upgrading an Angular project to 17 (same issue with 20.x) and it builds, but fails to run post ng serve and ng serve --...
crmcode2012's user avatar
0 votes
1 answer
84 views

I created a component using the Angular CLI (quite recent version) ng --version 19.2.14 I did this using ng g c foo The problem I have with this is that the FooComponent is standalone (it should be)...
Wouter Vandenputte's user avatar
0 votes
0 answers
76 views

I am building a angular frontend (v20) with tailwind 4. To keep my svgs separated from my UI code, I want to put them into a separate folder. I found out that for angular to serve the resources to the ...
user avatar
0 votes
0 answers
84 views

I am trying to integrate MapLibre GL JS into a typescript based Angular app, but I have a strict CSP policy and need to use the alternative CSP version that is supplied in the npm package. The ...
Piers Geyman's user avatar
-1 votes
1 answer
50 views

After Angular builder has done its job, index.html already has JS and CSS files auto linked. Like this: <!doctype html> <html lang="en" data-beasties-container> <head>&...
Anton Bobylev's user avatar
1 vote
0 answers
82 views

I am facing strange issue with ng serve and ng build commands since version 19.2.11. When I run these commands on Oracle Linux server or via Docker build I see EsBuild error [root@SERVER test]# pnpm ...
Pavan Jadda's user avatar
  • 4,971

15 30 50 per page
1
2 3 4 5
498