CoreUI for Angular v5.7.6 - Angular 22.0.7 Update
We are pleased to announce the release of CoreUI for Angular v5.7.6. This release aligns the library with Angular 22.0.7, refines the Tabs and Offcanvas components, and fixes a Chart.js typing issue.
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.6, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui@~5.8.0 @coreui/angular@~5.7.6
- Please ensure that there are no error messages in the results.
- See also:
What’s New
Improvements & Fixes
- Tabs: Removed
ChangeDetectionStrategy.Eager. - Offcanvas: Added
ngAcceptInputTypefor boolean inputs. - Chart.js: Fixed TS2883 - the inferred type could not be named without a reference to
DeepPartialObject; added an explicit type annotation.
Angular 22.0.7 Alignment
This release keeps CoreUI for Angular aligned with Angular 22.0.7, 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.6:
Angular Core Updates
@angular/animationsfrom:22.0.6to:22.0.7@angular/commonfrom:22.0.6to:22.0.7@angular/compilerfrom:22.0.6to:22.0.7@angular/corefrom:22.0.6to:22.0.7@angular/formsfrom:22.0.6to:22.0.7@angular/localizefrom:22.0.6to:22.0.7@angular/platform-browserfrom:22.0.6to:22.0.7@angular/routerfrom:22.0.6to:22.0.7@angular/ariafrom:22.0.4to:22.0.5@angular/cdkfrom:22.0.4to:22.0.5
Angular Development Tools
@angular/buildfrom:22.0.6to:22.0.7@angular/clifrom:22.0.6to:22.0.7@angular/compiler-clifrom:22.0.6to:22.0.7@angular/language-servicefrom:22.0.6to:22.0.7@angular-devkit/schematicsfrom:22.0.6to:22.0.7
Other Updates
typescript-eslintfrom:8.63.0to:8.64.0
Migration Notes
This is a maintenance release with no breaking changes announced in the published release notes. 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.



