CoreUI v5.2.16 for Angular 18.2

CoreUI v5.2.16 for Angular 18.2

We are happy to announce CoreUI v5.2.16 components library for Angular 18.2 available as of August 27, 2024. This update includes an update to Angular 18.2, enhancements for development and user experience, as well as fixes and improvements for stability and performance of the CoreUI components library for Angular.

Read More…

CoreUI v5.2.13 for Angular 18.1

CoreUI v5.2.13 for Angular 18.1

We are happy to announce that CoreUI v5.2.13 for Angular 18.1 is available as of August 9, 2024. This update includes ng add schematics support, along with an update to Angular 18.1, enhancements for development and user experience, as well as fixes and improvements for stability and performance of the CoreUI components library for Angular.

Read More…

CoreUI v5.2.2 for Angular 18

CoreUI v5.2.2 for Angular 18

We are excited to announce that CoreUI v5.2 for Angular 18 is now available as of June 21, 2024. This update includes a migration to Angular 18, along with enhancements for development and user experience, as well as fixes to improve the stability and performance of the CoreUI components library for Angular. Updating to this version will ensure your applications run smoothly and efficiently with the latest bells and whistles.

Read More…

CoreUI for Angular v5.0.2

CoreUI for Angular v5.0.2

We are pleased to announce the release of CoreUI for Angular v5.0.2, dated April 15, 2024. This update addresses a specific issue to enhance the functionality and compatibility of the CoreUI icon components within Angular environments, particularly following the Angular 17 updates.

How to Update

Updating your project to CoreUI for Angular v5.0.2 is straightforward, ensuring that your application benefits from the latest fixes with minimal effort:

  1. Open your project’s package.json.
  2. Locate the @coreui/angular entry under dependencies and update the version number to 5.0.2.
  3. Save your changes to the package.json file.
  4. In your project’s root directory, execute the update command:
    • For npm users, run npm install.
    • For yarn users, run yarn install.

This update process will integrate the latest enhancements and ensure your project uses the most stable version of CoreUI for Angular.

Read More…

CoreUI for Angular v5.0.1

CoreUI for Angular v5.0.1

We are pleased to announce the release of CoreUI for Angular v5.0.1, available as of March 29, 2024. This update includes critical fixes that enhance the stability and performance of the CoreUI Angular framework, ensuring your applications run smoothly and efficiently.

Read More…

CoreUI for Angular v5.0.0

CoreUI for Angular v5.0.0

We are pleased to announce the release of CoreUI for Angular v5.0.0, which rolled out on March 27, 2024. This latest version introduces significant enhancements, feature additions, and a host of refinements designed to improve the functionality and usability of the CoreUI Angular toolkit. The update process has been streamlined to ensure a seamless transition to v5.0.0 for all users.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to set focus on an input field after rendering in React
How to set focus on an input field after rendering in React

Passing props to child components in React function components
Passing props to child components in React function components

How to loop inside React JSX
How to loop inside React JSX

How to validate an email address in JavaScript
How to validate an email address in JavaScript

What is the difference between typeof and instanceof in JavaScript
What is the difference between typeof and instanceof in JavaScript

How to conditionally add attributes to React components
How to conditionally add attributes to React components