One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

CoreUI PRO for Angular v5.7.5 - Multi Select Fixes

CoreUI PRO for Angular v5.7.5 - Multi Select Fixes

We are pleased to announce the release of CoreUI PRO for Angular v5.7.5. This is a maintenance release focused on the Multi Select component. No breaking changes were announced in the published release notes.

Read More…

CoreUI for Angular v5.7.4 - Angular 22 Update

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.

Read More…

CoreUI Free Angular Admin Template v5.7.4 - Angular 22 Update

CoreUI Free Angular Admin Template v5.7.4 - Angular 22 Update

We are pleased to announce the release of CoreUI Free Angular Admin Template v5.7.4. This update aligns the template with Angular 22.0.6, refreshes the bundled CoreUI packages, and keeps Angular dashboard projects current with the latest maintenance improvements.

Read More…

CoreUI for Angular v5.6.25 - Angular 21.2.17 Update

CoreUI for Angular v5.6.25 - Angular 21.2.17 Update

We are pleased to announce the release of CoreUI for Angular v5.6.25. This release aligns the library with Angular 21.2.17, hardens the Icon component against XSS, and refreshes the surrounding dependency stack.

Read More…

How to integrate CoreUI Pro with Angular enterprise apps

Integrating CoreUI Pro into an Angular enterprise application requires a strategic approach to handle professional components, private registries, and scalable architecture.
As the creator of CoreUI, I have architected dozens of enterprise-grade dashboards using this exact workflow. The most efficient and modern solution involves configuring a private registry for the Pro packages and leveraging standalone components for a lean, high-performance bundle.
By following this guide, you will ensure your application is built on a reliable foundation with access to advanced features like the Smart Table.

Read More…

How to log errors in Angular

Implementing robust error logging in Angular is critical for maintaining application stability and providing a professional user experience. As the creator of CoreUI, I’ve architected logging systems for enterprise-grade dashboards and complex web applications. The most efficient and modern solution in Angular is to implement the global ErrorHandler interface, which allows you to intercept every unhandled exception in one centralized location. This approach ensures that no error goes unnoticed while keeping your component logic clean and focused on business requirements.

Read More…

How to monitor Angular apps in production

Monitoring an Angular application in production is essential for identifying runtime exceptions, performance bottlenecks, and network failures that your users encounter.
As the creator of CoreUI in software development, I have built and maintained dozens of enterprise-grade applications where real-time monitoring was the difference between a quick fix and a day-long outage. From my expertise, the most efficient and modern solution is to implement a centralized ErrorHandler combined with a custom telemetry service that pushes data to your preferred logging backend.
This approach ensures that every unhandled exception is captured automatically without cluttering your component logic.

Read More…

How to use Sentry with Angular

Implementing robust error tracking is essential for maintaining high-quality web applications and ensuring a seamless user experience.
As the creator of CoreUI, I have integrated Sentry into hundreds of enterprise-grade Angular projects to achieve 99.9% crash-free sessions. The most efficient and modern way to use Sentry with Angular is by utilizing the @sentry/angular SDK combined with Angular’s native ErrorHandler and standalone API providers.
This approach allows you to capture every unhandled exception, monitor performance bottlenecks, and gain deep insights into production issues without manual overhead.

Read More…

How to configure Prettier in Angular

Maintaining a consistent code style is essential for any professional Angular project to ensure long-term maintainability and seamless team collaboration. As the creator of CoreUI, I’ve integrated Prettier into hundreds of enterprise-grade applications. Since 2014, I’ve specialized in Angular, and I’ve found that a robust Prettier configuration is the foundation of a clean, readable codebase. The most efficient way to configure Prettier in Angular is by combining it with ESLint to handle both formatting and code quality in a single, automated workflow.

Read More…

How to containerize Angular app

Containerizing an Angular application is a standard practice for modern web development, ensuring consistency across development, staging, and production environments. As the creator of CoreUI, I have architected and deployed hundreds of containerized frontend applications. The most efficient way to achieve this is through a multi-stage Docker build, which separates the build environment from the production runtime. This approach results in lightweight, secure, and high-performance images ready for any cloud provider, and it is exactly how we handle deployments for our Angular Dashboard Template.

Read More…