Questions tagged [ng-upgrade]

Using the `upgrade` module in Angular to incrementally upgrade an AngularJS application to Angular.

157 questions
-1
votes
1 answer

Upgrade angular application from 6 to 10 produces lots of errors after update

Kindly suggest the best way to upgrade my application also share how to resolve peer dependency issues like this :- Package "ngx-chips" has an incompatible peer dependency to "@angular/animations" (requires "^8.0.0" (extended), would install…
-1
votes
1 answer

Access data in resolve in Angular 2 component

How to access data after resolve in Angular 2 migrated component. I have a Angular JS app.config with routing which loads the required Angular 2 migrated component. .state('users.list', { url: '/users/list', template:…
Prog_CS
  • 33
  • 1
  • 6
-1
votes
1 answer

Angualrjs to Angular using ng-upgrade

I have an Angularjs application. I have to migrate it to Angular. I am following the angular tutorial - https://angular.io/guide/upgrade. My angular app.module looks like import { NgModule } from '@angular/core'; import { BrowserModule } from…
Ishrat Jahan
  • 136
  • 5
-2
votes
1 answer

After upgrading from Angular5 to Angular7, slice pipe is going into infinite loops

I have upgraded my project from angular 5 to angular 7. After upgrading to latest, slice pipe is not working as expected. It is going into infinite loops in the angular core files. My browser screen also got struct in the same page. *ngFor="let…
Arron
  • 1,134
  • 2
  • 13
  • 32
-3
votes
0 answers

Error while upgrading Angular version 8 to 16

Error while upgrading Angular version 8 to 16 - After fixing all compilation errors, while loading application getting blank page with below runtime errors. Uncaught ReferenceError: Xu is not defined at 7178 (compiler.mjs:8796:14) at r…
Sudha
  • 1
  • 2
-3
votes
1 answer

Upgrade angular version 8 ---> 9

I want to upgrade my angular version 8 --> 9 Follow : https://update.angular.io/#8.0:9.0l2, I wan to run this command : ng update @angular/core@8 @angular/cli@8 and I get the error : Package "ng-push" has an incompatible peer dependency to…
frint
  • 771
  • 1
  • 7
  • 14
-3
votes
1 answer

Is it possible to run angular 1.x and Angular 5 simultaneously?

Is it possible to run Angular 1.x and Angular 5 simultaneously? https://angular.io/guide/upgrade
1 2 3
10
11