Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
97 views

We upgraded our application from Angular 20 to Angular 21. After the upgrade, we are seeing this runtime error only on cold start (after clearing browser cache and local storage): TypeError: platform2....
Dhanesh Mane's user avatar
3 votes
2 answers
130 views

Build was successful, but after the installation and update of Angular 15, it started throwing multiple error. For example: Error: src/app/shared/components/content/reports/sales/partywise-order/...
Charmi's user avatar
  • 123
0 votes
0 answers
52 views

I'm trying to replace the landing page of my existing Angular project with a new template I purchased. Here's the situation: My original project was built using Angular 13, and it includes a ...
G-Abdullatif's user avatar
2 votes
1 answer
864 views

I recently upgraded my Angular project to Angular 19 and updated @swimlane/ngx-datatable to the latest version since version 20.0.0 was not supported. However, after the upgrade, I encountered the ...
Nadee Darshika's user avatar
1 vote
2 answers
2k views

I am trying to upgrade my Angular application from version 16 to version 17, but I’m encountering several dependency conflicts that are blocking the process, and I am facing errors during the update. ...
Virender Thakur's user avatar
3 votes
1 answer
1k views

I updated my angular application from version 18 to 19. after the updation I am facing glitch issue in UI, in detail when a component loads the MDB bootstrap UI like buttons , menu and mat-cards bars ...
Vinu PR's user avatar
  • 263
1 vote
0 answers
91 views

I recently updated my Angular project from version 16 to 17. The update went smoothly, including the installation of node_modules. However, when I attempt to build or serve the project, I get the ...
Vinoth Karuppusamy's user avatar
1 vote
1 answer
363 views

I upgraded from Angular 11 to 17. If I comment out in HTML my OwlDateTimePicker, the app loads fine. Is it really possible the OwlMomentDateTimeModule Moment Adapter just doesn't implement the ...
carlupq's user avatar
  • 328
0 votes
1 answer
184 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
1 vote
0 answers
78 views

I am trying to update my global Angular CLI version but I can see the previous version always showing. What I am doing for that: Uninstall the global angular version (sudo npm uninstall -g angular-...
Al Imran's user avatar
  • 171
1 vote
1 answer
401 views

Recently, I upgraded my Angular version 14 to 17. After upgrading to 17, I am getting some problems like after installing the npm module getting the error with node_modules which is not expected. ...
Al Imran's user avatar
  • 171
0 votes
1 answer
267 views

I have: Angular CLI 17 Node: 18.20.2 Package Manager: npm 10.5.0 I have old project with version: 11 I have open it and run npm i thennpm audit fix --force here I run ng v and got: @angular-devkit/...
Mu nt's user avatar
  • 167
2 votes
1 answer
429 views

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
614 views

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
-1 votes
1 answer
88 views

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
  • 13
0 votes
0 answers
172 views

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
47 views

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,100
2 votes
2 answers
715 views

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
  • 458
2 votes
1 answer
237 views

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
114 views

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
382 views

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
  • 654
1 vote
0 answers
90 views

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
752 views

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
-2 votes
1 answer
897 views

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
1 vote
0 answers
493 views

While upgrading angular material from 14 to 15, issues related to mdc have been introduced. Some of the material css were overriden in the previous version of angular and after upgrading due to mdc ...
Rajan Chavan's user avatar
0 votes
1 answer
318 views

I am upgrading my application from Angular 14 to 16. I am facing lot of compilation issues. All are related to bootstrap and FormModule issues(I imported latest and compatible versions).Error: ./...
Praveen Bomminani's user avatar
0 votes
1 answer
184 views

I get this error Error: NG04014: redirectTo and canActivate cannot be used together. Redirects happen before activation so canActivate will never be executed. after upgrading angular 7 to 14. Anyone ...
sourabh's user avatar
  • 33
0 votes
1 answer
439 views

I upgraded my project to angular 17 after that already working bootstrap date picker ready only propert is not working when inspect readonly propery is not showing .but in htm it is set as readonly as ...
Lovitha's user avatar
  • 37
1 vote
0 answers
538 views

I almost don't know where to start. Hope you can give me some guidance. After upgrading my angular version to 17 I receive a lot of errors while executing ng serve or build. I tried to work with ...
planetstarbucks's user avatar
2 votes
1 answer
3k views

I am upgrading my application from Angular 14 to Angular 16. I am able to upgraded to Angular 15 (by adding couple of more libraries like "ajv": "^8.12.0",fingerprintjs.), when I ...
Praveen Bomminani's user avatar
0 votes
0 answers
261 views

Since the Angular update from version 14 to 15, we have had the problem that our nested router no longer finds the routes, which should obviously be there when the routing is triggered by a click in ...
IngoH's user avatar
  • 185
0 votes
1 answer
407 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
0 answers
47 views

My company asks us to update the angular version 5.2 to angular 12.*. I am following the angular upgrade guide process. There are lot of package we are using in our application. Q1. Other than naming ...
Ajith's user avatar
  • 27
2 votes
1 answer
703 views

I recently migrated to Angular 16 from angular 15 , along with custom library upgrade from 8 to 9. In my project I had an array of components named entryComponents. However, the entryComponents is no ...
Yashu Jain's user avatar
2 votes
1 answer
381 views

I have upgraded Angular app from 14 to 15, Angular Material to 15, and then MDC migration. FYI, rxjs, nodejs, typescript versions mandates have been updated too prior to upgrade. But in all the spec....
ng_dev's user avatar
  • 165
6 votes
2 answers
11k views

I have just upgraded angular app from 16 to 17. Application has custom theme as below. custTheme.scss @use '@angular/material' as mat; @include mat.core(); $pp: mat.define-palette(mat.$indigo-...
Bhavesh's user avatar
  • 1,081
1 vote
0 answers
120 views

I have recently upgraded Angular app, and so updated Mathjax-angular version too just because new version is available for it. But since then when I run ng test, I am getting unit test errors like: ...
ng_dev's user avatar
  • 165
0 votes
1 answer
132 views

error like this, Any idea what this could be related to? here error screenshot I guess it's a config issue, but I've tried many methods to no avail.
Ciki Cheng US's user avatar
0 votes
1 answer
179 views

After upgrading my angular universal app to version 16, the ssr dev server no longer works. To be specific, it compiles successfully, but then when I try to access the port the server starts on, it ...
Swift Chicken's user avatar
1 vote
1 answer
2k views

I have a project with Angular 14 that needs to be updated to the current Angular LTS version (for today is Angular 16). I did all steps and was able to resolve manually, but I would like to know what ...
Jivopis's user avatar
  • 1,536
0 votes
1 answer
97 views

Error: src/app/app.component.ts:43:19 - error TS2339: Property 'set' does not exist on type 'Config'. [ERROR] [ERROR] 43 this.config.set('backButtonText', this.translateService.instant('button....
Ehsan's user avatar
  • 31
2 votes
1 answer
1k views

I have been working on this task to upgrade from angular 15 to 16. After upgrading to 16 I am seeing this Error: NG0204 error in the console on serving my app. No additional information is provided (...
Lakshmi's user avatar
  • 21
0 votes
1 answer
306 views

Earlier version of Angular: 15.2.0 and Node: was 14.21.3 Now we are upgrading the Angular from 15.2.0 to 16.2.9 and we are facing many peer dependencies. In our code we are using Angular Material, ...
Dilip Solanki's user avatar
0 votes
1 answer
250 views

I´m upgrading a legacy project from angular 7.2 to 8.2 and after it, when I execute ng serve it shows this error: ERROR in app/service/broadcast.service.ts:21:5 - error TS2740: Type 'Subscription' is ...
Lorraine's user avatar
  • 486
1 vote
0 answers
625 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
0 votes
1 answer
1k views

ERROR Error: Uncaught (in promise): TypeError: chart_js__WEBPACK_IMPORTED_MODULE_0__.registerables is not iterable (cannot read property undefined) TypeError: chart_js__WEBPACK_IMPORTED_MODULE_0__....
Karamjeet Singh's user avatar
22 votes
7 answers
36k views

We are upgrading large scale angular app from 6 to 17. Like everybody else I have also been following Angular Upgrade Guide: but that always talks about upgrading one version at a time. Our app has ...
Abhijeet's user avatar
  • 14.2k
1 vote
0 answers
1k views

I have upgraded my project from Angular 11 to 12. Below is the version I am using. But while compiling, it fails. Error: Inlining of fonts failed. An error has occurred while retrieving https://fonts....
uma n's user avatar
  • 11
1 vote
0 answers
1k views

I was trying to update an Angular app to Angular 16 (from Angular 15), but I get the following error after the update process when running npm run start: An unhandled exception occurred: An asset ...
Sandor Szilard's user avatar
10 votes
2 answers
3k views

I upgraded the angular version from 13 to 15.2.9 and I observed is the Router Functionality is breaking. The Router Event is only throwing SCROLL EVENT Instead Navigation End. Please suggest where am ...
Harshita's user avatar
  • 167

1
2 3 4 5 6