Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 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
1 vote
0 answers
42 views

When I try to create a new application in my workspace with the command ng generate application I get this error Schematic input does not validate against the Schema: {"name":"my-app&...
chled's user avatar
  • 11
0 votes
1 answer
151 views

I am following the Angular upgrade site and upgrading the MFE's from the same. Once I run the command ng update @angular/core@15 @angular/cli@15 , it did update the version from v14 to v15 but couldn'...
PRADEEP KUMAR's user avatar
2 votes
0 answers
183 views

Is there a way to make ng serve watch for Typescript project references with es-build? (Or any arbitrary folder outside of the project root, for my case, in the node_modules folder). Notes : In may ...
Cyril's user avatar
  • 21
1 vote
1 answer
283 views

I just created a new angular application (version - 17.3.9) using the ng new url-test-app command. I start the application using npm start, and navigating to http://localhost:4200 works fine. But if I ...
user1606761's user avatar
1 vote
1 answer
812 views

I'm upgrading my app from Angular 16 => 17. Everything going fine, but when I do npm install and then ng serve I get an error: An unhandled exception occurred: Cannot find module '@angular/build/...
Tony Brasunas's user avatar
3 votes
1 answer
1k views

tl;dr: I am trying to chain two nx targets using the dependsOn property, but it seems to be ignored. In my project.json file, there are the following targets (among others): build: executor = @...
F-H's user avatar
  • 1,213
2 votes
1 answer
193 views

On three different applications Angular are failing all test that use @angular-devkit/schematics. Two of the applications were passing fine on Angular 17.2.0 but failed after upgrading to 17.3.7. The ...
Catherine Clague's user avatar
0 votes
0 answers
60 views

My team and I are updating the Angular version of our app. We were using version 10.2.3 and migrated to 11.2.19 in angular/cli Before updating, our environments files were replaced by fileReplacements ...
Ewerton Oliva's user avatar
0 votes
1 answer
383 views

In my System Angular Version 17 was installed. I tried installing Angular 15. To achieve this I tried npm uninstall -g @angular/cli. Angular is successfully uinstalled. npm cache clean(this throws ...
Ajish Kumar's user avatar
0 votes
1 answer
120 views

Overlay going beyond viewport how do i prevent overlay from exceeding the view port of the browser overlay should be displayed entirely on screen from top to bottom would appreciate your help and ...
Abdul Musavveer Alji's user avatar
3 votes
1 answer
2k views

After the migration of Angular 17 to vite, I encountered a problem that it was not possible to merge all new files into one single file without changing the builder to the old one @angular-devkit/...
w014ara's user avatar
  • 59
1 vote
0 answers
596 views

I have upgraded Angular from version 15 to 16 And also have upgraded all the dependency packages in my app to latest versions After Npm i and on running ng serve it throws error as An unhandled ...
Priya Ganesan's user avatar
1 vote
0 answers
2k views

We encountered an issue while building our Angular Apps, it consumes too much memory, about 8 gigs for average project. Before blaming AngularCLI, creating a ticket and asking for help, I just want to ...
Timofey Yatsenko's user avatar
2 votes
1 answer
596 views

At Big Give we have a library of web components built using stencil and build-angular. Last week we were trying to upgrade from stencil v2 to stencil v3, but we started getting errors as shown below ...
bdsl's user avatar
  • 322
0 votes
1 answer
165 views

We had a an old babel-polyfill in our project. Now, when we remove it, Angular DevTools shows an infinite Change Detetction Loop with Source "Window.addEventListener:message". Anyone has an ...
Basti291's user avatar
1 vote
0 answers
828 views

I have an angular workspace with this structure: ├── projects │ ├── lib-1 │ ├── lib-2 │ ├── lib-wrapper │ . │ . │ └── src ├── app ├── assets . . where I develop ...
Edo2610's user avatar
  • 234
1 vote
1 answer
814 views

I have created an new angular project and npm install is working fine but I am getting below error during build: C:\Users\212807091\Documents\GIT_Codebase\idm-gui\node_modules\@angular\cli\...
Rohit's user avatar
  • 480
0 votes
1 answer
5k views

I've tried a lot to fix this problem, but I can't find any solution. This is the error: npm ERR! While resolving: @angular-devkit/[email protected] npm ERR! Found: @angular/[email protected] npm ...
user avatar
1 vote
1 answer
1k views

I am using lazy loading for modules. But when the user navigates to the lazy loaded module route, it takes a couple of seconds to load the module. So I use a custom preloading strategy with 20 second ...
Akshay's user avatar
  • 81
0 votes
0 answers
791 views

I have recently gained an interest in developing microfrontends using module-federation, and I have started converting an existing Angular 13 app to microfrontend. The issue that I'm facing is that ...
Divya Vijayakumar's user avatar
2 votes
2 answers
1k views

I have created a Angular project to call the microfrontend from other running angular project. I have import the module in my app by using webpack.config.js. It is working well locally but failed on ...
Ashif Sayyad's user avatar
0 votes
1 answer
1k views

This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead. Please visit the link below to find instructions on how to update Angular. https://...
Mohammed Raiyan's user avatar
2 votes
1 answer
8k views

Please understand that it may be difficult to understand because of my poor English. We made a new Angular project and confirmed that it is working properly when connecting with Safari. But the ...
yongha Shin's user avatar
1 vote
0 answers
453 views

node version 14.15.0 and angular version 12.0.5; earlier it worked fine but after reinstallation of angular and nodejs it shows this error on ng serve command. ERROR in ./src/assets/styles/style.scss (...
jaya's user avatar
  • 11