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

CoreUI Free Angular Admin Template v5.7.4 - Angular 22 Update

CoreUI Free Angular Admin Template v5.7.4 - Angular 22 Update

We are pleased to announce the release of CoreUI Free Angular Admin Template v5.7.4. This update aligns the template with Angular 22.0.6, refreshes the bundled CoreUI packages, and keeps Angular dashboard projects current with the latest maintenance improvements.


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 source from GitHub releases.

After downloading, install dependencies and start the project:

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 keeps CoreUI Free Angular Admin Template aligned with Angular 22.0.6, ensuring that framework packages, build tooling, and runtime dependencies stay in sync for smoother upgrades and better day-to-day stability.

Improvements

  • Toast: Added a c-toast-content component for CSS animation compatibility.
  • Components: Removed ChangeDetectionStrategy.Eager from applicable components.
  • Testing: Removed zone.js from the testing polyfills.
  • Workflows: Updated actions/checkout to v7.

CoreUI Package Refresh

  • Updated bundled CoreUI Angular packages to 5.7.4 and the CoreUI Bootstrap package to 5.8.0 for version consistency across the project.
  • Keeps the main package, Chart.js integration, and icons package aligned with the current release.
  • Helps reduce friction when updating applications or template-based projects built on CoreUI for Angular.

Dependency Updates

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

Angular Core Updates

  • @angular/animations from: 22.0.0 to: 22.0.6
  • @angular/common from: 22.0.0 to: 22.0.6
  • @angular/compiler from: 22.0.0 to: 22.0.6
  • @angular/core from: 22.0.0 to: 22.0.6
  • @angular/forms from: 22.0.0 to: 22.0.6
  • @angular/localize from: 22.0.0 to: 22.0.6
  • @angular/platform-browser from: 22.0.0 to: 22.0.6
  • @angular/router from: 22.0.0 to: 22.0.6
  • @angular/aria from: 22.0.0 to: 22.0.4
  • @angular/cdk from: 22.0.0 to: 22.0.4

Angular Development Tools

  • @angular/build from: 22.0.0 to: 22.0.6
  • @angular/cli from: 22.0.0 to: 22.0.6
  • @angular/compiler-cli from: 22.0.0 to: 22.0.6
  • @angular/language-service from: 22.0.0 to: 22.0.6

CoreUI Packages

  • @coreui/angular from: 5.7.1 to: 5.7.4
  • @coreui/angular-chartjs from: 5.7.1 to: 5.7.4
  • @coreui/coreui from: 5.7.1 to: 5.8.0
  • @coreui/icons-angular from: 5.7.1 to: 5.7.4

Other Updates

  • @types/node to: 24.13.1
  • @vitest/browser-playwright from: 4.1.8 to: 4.1.10
  • playwright from: 1.60.0 to: 1.61.1
  • vitest from: 4.1.8 to: 4.1.10

Migration Notes

No breaking changes were announced in the published release notes. Note that if you are updating a project based on the v5.6.x line, this release also moves it from Angular 21 to Angular 22 - a major framework upgrade. In that case, review the official Angular Update Guide for framework-level changes before updating.

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 a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.