CoreUI for Angular v5.7.20 - Modal Container Rendering
We are pleased to announce the release of CoreUI for Angular v5.7.20. This release adds container and portal inputs to the Modal component, allowing it to render outside its DOM position. No breaking changes were announced in the published release notes.
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.20, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui@~5.9.0 @coreui/angular@~5.7.20
- Please ensure that there are no error messages in the results.
- See also:
What’s New
Modal Container Rendering
The Modal component now accepts container/portal inputs, so the modal can be rendered outside its DOM position - for example directly in the document body. This helps when the modal sits inside a container with overflow, transform, or stacking-context styles that would otherwise clip or misplace it.
Released Packages
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.
- If you want a modal to escape a clipping ancestor, try the new container/portal inputs.
For a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.



