One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

CoreUI PRO Angular Admin Template v5.7.6 - Angular 22 Update

CoreUI PRO Angular Admin Template v5.7.6 - Angular 22 Update

We are pleased to announce the release of CoreUI PRO Angular Admin Template v5.7.6. This update upgrades the template to Angular 22.0.7, refreshes the bundled CoreUI PRO packages, and modernizes the HTTP client configuration for enterprise dashboard projects.


Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.


How to Update

Download the latest version from CoreUI Downloads.

After downloading:

npm install
ng serve

If you are updating an existing customized project, compare your local changes with the latest template files and bring over the parts you need before deploying.

What’s New

Angular 22 Alignment

This release upgrades CoreUI PRO Angular Admin Template to Angular 22.0.7, moving the template from the Angular 21 line to Angular 22 and keeping framework packages, build tooling, and runtime dependencies in sync for smoother upgrades and better day-to-day stability.

Improvements

  • Routes: Added withXhr to the provideHttpClient calls that rely on HttpXhrBackend, aligning the HTTP client setup with the current Angular API.
  • Cleanups: Applied minor code cleanups across the template.

CoreUI PRO Package Refresh

  • Updated bundled CoreUI PRO Angular packages to 5.7.6 for version consistency across the project.
  • Updated the CoreUI PRO Bootstrap package to 5.26.0, bringing the latest styling and component updates to the template.
  • Keeps the main package, Chart.js integration, and icons package aligned with the current release of CoreUI for Angular.

Dependency Updates

We have updated key dependencies to their latest compatible versions for CoreUI PRO Angular Admin Template v5.7.6:

Angular Core Updates

  • @angular/animations from: 21.2.14 to: 22.0.7
  • @angular/common from: 21.2.14 to: 22.0.7
  • @angular/compiler from: 21.2.14 to: 22.0.7
  • @angular/core from: 21.2.14 to: 22.0.7
  • @angular/forms from: 21.2.14 to: 22.0.7
  • @angular/localize from: 21.2.14 to: 22.0.7
  • @angular/platform-browser from: 21.2.14 to: 22.0.7
  • @angular/platform-browser-dynamic from: 21.2.14 to: 22.0.7
  • @angular/router from: 21.2.14 to: 22.0.7
  • @angular/aria to: 22.0.5
  • @angular/cdk from: 21.2.12 to: 22.0.5
  • @angular/google-maps from: 21.2.12 to: 22.0.5

Angular Development Tools

  • @angular/build from: 21.2.12 to: 22.0.7
  • @angular/cli from: 21.2.12 to: 22.0.7
  • @angular/compiler-cli from: 21.2.14 to: 22.0.7
  • @angular/language-service from: 21.2.14 to: 22.0.7

CoreUI PRO Packages

  • @coreui/angular-chartjs from: 5.6.24 to: 5.7.6
  • @coreui/angular-pro from: 5.6.24 to: 5.7.6
  • @coreui/coreui-pro from: 5.25.1 to: 5.26.0
  • @coreui/icons-angular from: 5.6.24 to: 5.7.6

Other Updates

  • @fullcalendar/angular from: 6.1.20 to: 6.1.21
  • @fullcalendar/core from: 6.1.20 to: 6.1.21
  • @fullcalendar/daygrid from: 6.1.20 to: 6.1.21
  • @fullcalendar/interaction from: 6.1.20 to: 6.1.21
  • @fullcalendar/list from: 6.1.20 to: 6.1.21
  • @fullcalendar/timegrid from: 6.1.20 to: 6.1.21
  • date-fns from: 4.3.0 to: 4.4.0
  • @types/google.maps from: 3.64.1 to: 3.65.2
  • @types/node from: 24.12.4 to: 24.13.3
  • jasmine-core from: 6.2.0 to: 6.3.0
  • typescript from: 5.9.3 to: 6.0.3

Migration Notes

This release moves the template from Angular 21 to Angular 22 - a major framework upgrade. Before updating a customized project, review the official Angular Update Guide for framework-level changes.

After upgrading:

  1. Install updated dependencies.
  2. Run your test suite and verify the build.
  3. Check the most important application flows that rely on Angular and CoreUI components.
  4. Compare any template-level customizations with the updated source files before deploying.

For the latest package files and update access, visit CoreUI Downloads.