Questions tagged [angular-migration]

26 questions
0
votes
0 answers

Angular 14 ng lint is giving young object promotion failed Allocation failed

Recently I have migrated to angular 14 with node version 14.20.0, I do not have any vulnerabilities. npm start and production build all are working fine but ng lint gives below error : Kindly help me to solve this issue ?
apurv jain
  • 21
  • 2
0
votes
0 answers

Http Calls over module are not working after migrating Angular version 4 to 12

I have recently migrated the application from angular version 4 to 12. Some of my modules are making http calls through below implementation and they are not working. Basically it should load the data when a modal is opened up!! But right now when i…
0
votes
1 answer

How to migrate/upgrade from angularJs library to angular CLI

I initially build my web app using angularJs library not the cli. I am trying to dual boot or migrate to angular2 but can't seem to find any suitable way to do the migration without having to rewrite my code from scratch. I tried looking at the…
Mr. H
  • 3
  • 2
0
votes
0 answers

Angular 13 upgrade - JEST issue

I am upgrading my angular app from v12 to v13. It gets compiled without issues. Even ng build works fine. But the unit tests that were previously passed successfully using JEST are failing now. Below is my package.json "dependencies": { …
GokuSS3
  • 123
  • 1
  • 11
0
votes
0 answers

The target entry-point "@angular/core" has missing dependencies: - rxjs - rxjs/operators

Below is my angular environment details and other dependencies.Getting entry point error for angular-core when trying to migrate angular version. Angular Version:10.2.5 Angular CLI:10.2.4 Node Version:14.20.1 Package.json "dependencies":…
0
votes
0 answers

Angular 10 to 11 Migration issue - Unable to create bundle folder for css

Trying to migrate my angular code from v9 to latest v14. As part of migration, I had migrated to V10 without issues. Next step is to migrate to V11, which is where I am facing an issue. My angular code uses bootstrap and other vendor css libraries.…
GokuSS3
  • 123
  • 1
  • 11
0
votes
1 answer

In angular micro front end architecture can the main application and micro front ends be of different angular versions?

Question: In a micro front end architecture can the main applications remain in their own angular versions and consume micro front end apps from higher or lower angular versions? Scenario: I have a few angular applications that use various angular…
0
votes
0 answers

Migrating existing angular 10 application into angular 11

To migrate existing angular 10 application into angular 11 got below error saying no fix available, node_modules/png-to-jpeg/node_modules/jpeg-js png-to-jpeg* depends on vulnerable versions of jpeg-js node_modules/png-to-jpeg
0
votes
0 answers

Bootstrapping angularjs using angular

I am trying to bootstrap angularjs using angular. Both applications are in different directories, like this. Webapp Angular Angularjs When I try to use the upgrade module in my angular to bootstrap the angularjs, I get this error saying that…
0
votes
3 answers

Upgrade angular 5.2 to 11

I am trying to upgrade an angular app from 5.2 app to 11. It uses webpack to build and was not created using cli and has no angular.json file. I tried the 'upgrade angular' website to get instructions and also referred to the 'medium.com'…
sps
  • 25
  • 7
-1
votes
1 answer

Why are my style overrides not working anymore after migrating Angular Material from version 14 to 15?

The material UI elements utilized in Angular 14 styles are overridden in angular 15 material, and themes are not working. Is there any blog or docs that can be referred to follow the steps for a smoother migration. Styles overridden in material…
1
2