Next.js starter your AI actually understands. Ship internal tools in days not weeks. Pre-order $199 $499 → [Get it now]

CoreUI Free Angular Admin Template v5.6.22 - Angular 21.2.10 Update

CoreUI Free Angular Admin Template v5.6.22 - Angular 21.2.10 Update

We are pleased to announce the release of CoreUI Free Angular Admin Template v5.6.22. This security and maintenance update brings full support for Angular 21.2.10, includes updated CoreUI for Angular v5.6.22 components, and addresses multiple security vulnerabilities. This release ensures your Angular admin dashboard runs securely with the latest framework 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 from GitHub releases or clone the latest version:

git clone https://github.com/coreui/coreui-free-angular-admin-template.git
cd coreui-free-angular-admin-template
git checkout 5.6.22
npm install
ng update @angular/[email protected] @angular/[email protected]

For existing projects, update dependencies to match package.json from v5.6.22.

What’s New

Angular 21.2.10 Support

This release brings full support for Angular 21.2.10, ensuring your admin template benefits from:

  • Latest Framework Features: All Angular 21.2.10 improvements and enhancements
  • Security Fixes: Critical security patches from the Angular team
  • Stability Updates: Framework-level bug fixes and improvements
  • Performance Optimizations: Enhanced runtime performance
  • TypeScript Compatibility: Updated TypeScript support

CoreUI for Angular v5.6.22

Updated to the latest CoreUI for Angular components (v5.6.22):

Critical Security Patches

This release addresses multiple security vulnerabilities:

Hono Framework - Multiple Vulnerabilities

Updated hono to patch six security advisories: GHSA-26pp-8wgv-hjvm, GHSA-r5rp-j6wh-rvv4, GHSA-xpcf-pg52-r92g, GHSA-xf4j-xp2r-rqqx, GHSA-wmmm-f939-6g9c, GHSA-458j-xx4x-4375.

@hono/node-server (GHSA-92pp-h63x-v22m)

Patched a security vulnerability in the @hono/node-server package.

Brace-expansion (GHSA-f886-m6hf-6m8v)

Resolved a security issue in the brace-expansion package.

Path-to-regexp (GHSA-j3q9-mxjg-w52f, GHSA-27v5-c462-wpq7)

Patched two security issues in path-to-regexp that could affect route matching.

We strongly recommend updating immediately to protect your admin dashboard against these known vulnerabilities.

Development Tools Updates

Updated Angular CLI and build tools:

  • Angular CLI 21.2.8: Latest command-line interface with improvements
  • Angular Build Tools: Updated @angular/build 21.2.8 for faster builds
  • Angular CDK 21.2.8: Latest component development kit
  • Testing Tools: Updated @vitest/browser-playwright 4.1.5 and playwright 1.59.1
  • Vitest: Updated to 4.1.5

Dependency Updates

We have updated key dependencies to their latest versions, ensuring improved performance, security, and compatibility with Angular 21.2.10:

Angular Core Updates

  • @angular/animations to: 21.2.10
  • @angular/common to: 21.2.10
  • @angular/compiler to: 21.2.10
  • @angular/core to: 21.2.10
  • @angular/forms to: 21.2.10
  • @angular/language-service to: 21.2.10
  • @angular/localize to: 21.2.10
  • @angular/platform-browser to: 21.2.10
  • @angular/platform-browser-dynamic to: 21.2.10
  • @angular/router to: 21.2.10

Angular Development Tools

  • @angular/build to: 21.2.8
  • @angular/cli to: 21.2.8
  • @angular/compiler-cli to: 21.2.10
  • @angular/cdk to: 21.2.8

CoreUI Packages

  • @coreui/angular to: 5.6.22 - Core components with security updates
  • @coreui/angular-chartjs to: 5.6.22 - Chart.js integration
  • @coreui/icons-angular to: 5.6.22 - Icon library

Testing Tools

  • @vitest/browser-playwright to: 4.1.5
  • playwright to: 1.59.1
  • vitest to: 4.1.5
  • @types/node to: 24.12.2

These updates bring your admin template to the latest Angular 21.2.10 and related library versions with critical security improvements.

Getting Started

For new installations:

# Clone the repository
git clone https://github.com/coreui/coreui-free-angular-admin-template.git
cd coreui-free-angular-admin-template

# Install dependencies
npm install

# Start development server
ng serve

# Build for production
ng build --configuration production

The application will be available at http://localhost:4200

Template Features

This free admin template includes:

  • Dashboard: Complete admin dashboard with widgets and charts
  • Theme: Modern, responsive design
  • Components: All CoreUI components included
  • Navigation: Sidebar navigation with breadcrumbs
  • Charts: Integrated Chart.js for data visualization
  • Icons: Complete CoreUI Icons library
  • Forms: Form examples and validation
  • Tables: Data tables and listings
  • Responsive: Mobile-first responsive design

Why Choose This Template?

  • Free & Open Source: MIT licensed, use in any project
  • Angular 21 Compatible: Latest Angular framework
  • Production Ready: Battle-tested in enterprise applications
  • Regular Updates: Frequent security updates and improvements
  • Active Community: Large community support
  • Professional Design: Clean, modern interface
  • Well Documented: Complete Angular documentation
  • TypeScript: Full TypeScript support

Migration Notes

This is a security update with full backward compatibility. No breaking changes were introduced. If you’re upgrading from an earlier version:

  1. Download or clone the new version
  2. Compare your customizations with new version
  3. Update dependencies in your package.json
  4. Run npm install to update packages
  5. Test your customizations thoroughly
  6. Run npm audit to verify security patches

Additional Resources


For a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.