Skip to main content

Questions tagged [angular-upgrade]

Questions related to upgrading AngularJS (v1.x) application to Angular (v2+). This tag should be used for questions related to preparing AngularJS application for upgrade, running a hybrid AngularJS/Angular application, and transitioning out of hybrid mode.

angular-upgrade
0 votes
0 answers
6 views

Custom angular library upgrade to Angular 14 from 13, giving error on compile "Cannot read assets from a location outside of the project root."

We have an Angular library project which is using another library for images. Some of our scss are using images as background-image from this library. It used to work prior to 14 version without any ...
user26436857's user avatar
1 vote
1 answer
33 views

Angular 8 to 17 upgrade: ngModel binding and PrimeNG component issues

I'm upgrading an Angular 8 application to Angular 17 and encountering issues with ngModel binding and PrimeNG components. My application uses a module-based structure with app.module.ts as the main ...
hipstermartin's user avatar
0 votes
1 answer
26 views

Issue to build angular app after upgrading of angular version 12 to 13

i have successfully upgraded the angular version 12 to 13 but while building with the command "ng build --configuration production --aot --build-optimizer --common-chunk --delete-output-path --...
krishna's user avatar
  • 15
0 votes
0 answers
66 views

How to upgrade Angular 9 to Angular 15 using Azure DevOps pipeline

I have Angular 15 on Azure server. I have a project having Angular 9, and I need to upgrade it to 15 using Azure DevOps pipeline. Firstly, when I executed Angular 9 Azure Pipeline, it gave me peer ...
Nida Abbas's user avatar
1 vote
0 answers
21 views

Error: No template specified for component for every component after upgrading from Angular 9 to 11

I am working on upgrading a project from Angular 7->18 I have a working angular 9 project, minus so third party controls I need to replace when upgrading from 9 to 10 I was working on this step In ...
Mike's user avatar
  • 6,000
0 votes
0 answers
13 views

Error when upgrading the nebular version from 1.0.0 to 2.0.0

{ email: { service: NbDummyAuthStrategy, config: { delay: 3000, login: { rememberMe: true, }, }, }, } I have this settings in my nbDummyAuthProviders, but after upgrading I should change to but I am ...
Xxxxx's user avatar
  • 1
2 votes
2 answers
82 views

Is it necessary to upgrade Angular project to the latest stable version?

We have a very big project written in Angular. We would like to be up to date with all the libraries we are using. While we try to upgrade Angular from 16 to 17 we face a lot of code refactoring... My ...
U.Rush's user avatar
  • 438
1 vote
1 answer
55 views

After a few rotations of upgrades absolute paths to styles stopped working (Angular 15-17)

I have received an error during serve and build my angular project: Yesterday I tried to upgrade my angular version from 15 to 17 in another branch where received the same message. So I did a few ...
Karina Koroleva's user avatar
1 vote
1 answer
40 views

Error: Unexpected value 'StoreRootModule' imported by the module 'CoreModule'. Please add an @NgModule annotation

I updated my Angular version from 15 to 16. The compiler did not give any errors, but the browser console displayed this error: core.module.ts imports: [ CommonModule, StoreModule.forRoot(...
JaNith RathNayaka's user avatar
0 votes
1 answer
95 views

Angular Upgrade from v14 to v15

Trying to update angular application from v14 to 15 by following this doc. https://angular.dev/update-guide?v=14.0-15.0&l=1 Facing below error for any upgrade either cli or core or material giving ...
Madhavi's user avatar
  • 574
0 votes
0 answers
215 views

Angular-datatable 13.0 is not compatible with Angular ivy browser (in Angular v16)

I recently upgraded my angular application from v13 to v16. I had to resolve so many errors with compatibility but this one with angular-datatables is not getting resolved. I am getting the error ...
gow_r's user avatar
  • 29
1 vote
0 answers
34 views

ng test - SyntaxError: Unexpected token '.'

Recently, I upgraded my angular project from v14 to v15. But after the upgrade, on running the test suite using the command ng test, I'm getting the following error: I addressed the warning shown in ...
Shubhanshu Singh's user avatar
0 votes
1 answer
122 views

Error during @angular/core update: Incompatible peer dependencies

I aim to update my existing Angular version to a newer one, specifically targeting version 17.3.0. However, I've run into issues with incompatible peer dependencies during the update process. Below ...
Tio's user avatar
  • 1
0 votes
0 answers
82 views

Angular 16 upgrade fails jest tests

I am facing this error in my circle pipeline after I upgrade angular version from 15 to 16 and it fails multiple tests. Cannot find module 'zone.js/bundles/zone-testing-bundle.umd' from '../../...
Indhi's user avatar
  • 1,694
-2 votes
1 answer
230 views

Upgrade angular app from version 8 to v16

I have an Angular project on version 8. I have to update it to Angular 16 using Node 18. I have no idea on what is needed to pay attention during the procedure. I have installed Node 18 and tried to ...
loveForCoding's user avatar

15 30 50 per page
1
2 3 4 5
18