Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
139 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
0 votes
1 answer
500 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
145 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
4 answers
463 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
224 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
95 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
54 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
186 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
43 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
25 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
66 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
89 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
80 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
88 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
51 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

15 30 50 per page
1
2 3 4 5
498