CoreUI for Angular v5.7.4 - Angular 22 Update
We are pleased to announce the release of CoreUI for Angular v5.7.4. This release aligns the library with Angular 22.0.6, migrates the Toast component to native CSS animations, and refreshes the surrounding dependency stack.
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
To update to CoreUI for Angular v5.7.4, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui@~5.8.0 @coreui/angular@~5.7.4
- Please ensure that there are no error messages in the results.
- See also:
What’s New
Improvements
- Toast: Migrated to native CSS animations.
- Components: Updated components to the default Angular 22
changeDetectionStrategy. - Tooling: The ESLint configuration now uses
defineConfig().
Angular 22 Alignment
This release keeps CoreUI for Angular 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.
Dependency Updates
We have updated key dependencies to their latest compatible versions for CoreUI for Angular v5.7.4:
Angular Core Updates
@angular/animationsfrom:22.0.5to:22.0.6@angular/commonfrom:22.0.5to:22.0.6@angular/compilerfrom:22.0.5to:22.0.6@angular/corefrom:22.0.5to:22.0.6@angular/formsfrom:22.0.5to:22.0.6@angular/localizefrom:22.0.5to:22.0.6@angular/platform-browserfrom:22.0.5to:22.0.6@angular/routerfrom:22.0.5to:22.0.6@angular/ariafrom:22.0.3to:22.0.4@angular/cdkfrom:22.0.3to:22.0.4
Angular Development Tools
@angular/buildfrom:22.0.5to:22.0.6@angular/clifrom:22.0.5to:22.0.6@angular/compiler-clifrom:22.0.5to:22.0.6@angular/language-servicefrom:22.0.5to:22.0.6@angular-devkit/schematicsfrom:22.0.5to:22.0.6
Other Updates
@types/nodefrom:24.13.2to:24.13.3angular-eslintfrom:22.0.0to:22.1.0eslintfrom:10.6.0to:10.7.0prettierfrom:3.9.4to:3.9.5typescript-eslintfrom:8.62.1to:8.63.0
Migration Notes
No breaking changes were announced in the published release notes. Note that if you are upgrading from the v5.6.x line, this release also moves your project 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:
- Install updated dependencies.
- Run your test suite and verify the build.
- Check the most important application flows that rely on Angular and CoreUI components.
- Review your application for console warnings after the upgrade.
For a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.



