Ship internal tools in hours, not weeks. Real auth, users, jobs, audit logs, and cohesive UI included. Early access $249 $499 → [Get it now]

How to filter tables in Angular

Filtering tables lets users find records quickly without scrolling through entire datasets. As the creator of CoreUI with over 10 years of Angular experience since 2014, I’ve implemented table filtering for enterprise dashboards managing thousands of records. The most effective approach uses a reactive search input bound with [(ngModel)] and a getter that filters the display data. This provides instant, responsive filtering with no extra libraries.

Read More…

How to sort tables in Angular

Sortable tables help users find data quickly by ordering rows based on any column. As the creator of CoreUI with over 10 years of Angular experience since 2014, I’ve built sortable data tables for enterprise dashboards handling thousands of rows. The most effective approach tracks sort column and direction in component state, uses a getter to return sorted data, and shows directional indicators on column headers. This provides intuitive sorting without external libraries.

Read More…

CoreUI for Angular v5.6.19 - ESLint 10 Update

CoreUI for Angular v5.6.19 - ESLint 10 Update

We are pleased to announce the release of CoreUI for Angular v5.6.19. This maintenance update brings support for ESLint 10, updates to the latest Angular 21.2.1 tooling, and comprehensive development dependency updates to enhance your Angular development experience.

Read More…

CoreUI PRO for Angular v5.6.19 - ESLint 10 & Tooling Updates

CoreUI PRO for Angular v5.6.19 - ESLint 10 & Tooling Updates

We are pleased to announce the release of CoreUI PRO for Angular v5.6.19. This maintenance update brings support for ESLint 10, updates to the latest Angular 21.2.1 CLI and build tools, and comprehensive development dependency updates to enhance your enterprise Angular development experience.

Read More…

How to paginate tables in Angular

Pagination is essential for displaying large datasets in manageable chunks, improving performance and user experience. As the creator of CoreUI with over 10 years of Angular experience since 2014, I’ve implemented pagination for tables handling millions of records in enterprise applications. The most effective approach uses component state to track current page and page size, with computed properties to slice data for display. This provides smooth navigation through large datasets.

Read More…

How to create a table in Angular

Creating data tables is essential for displaying structured information in Angular applications. As the creator of CoreUI with over 10 years of Angular experience since 2014, I’ve built table components for everything from simple lists to complex enterprise data grids with thousands of rows. The most effective approach uses Angular’s structural directives for rendering, pipes for data transformation, and component state for interactive features like sorting and filtering. This pattern provides a professional, performant table interface.

Read More…

CoreUI for Angular v5.6.18 - Angular 21.2.1 Update

CoreUI for Angular v5.6.18 - Angular 21.2.1 Update

We are pleased to announce the release of CoreUI for Angular v5.6.18. This maintenance update brings full support for Angular 21.2.1, includes important security patches, and comprehensive dependency updates to ensure your Angular applications run with the latest framework improvements and security fixes.

Read More…

CoreUI Free Angular Admin Template v5.6.18

CoreUI Free Angular Admin Template v5.6.18

We are pleased to announce the release of CoreUI Free Angular Admin Template v5.6.18. This maintenance update brings Angular 21.2.1 support, critical security patches, and updated CoreUI for Angular components.

Read More…

CoreUI PRO for Angular v5.6.18 - Angular 21.2.1 & Security Updates

CoreUI PRO for Angular v5.6.18 - Angular 21.2.1 & Security Updates

We are pleased to announce the release of CoreUI PRO for Angular v5.6.18. This maintenance update brings full support for Angular 21.2.1, includes critical security patches, and comprehensive dependency updates to ensure your enterprise Angular applications run with the latest framework improvements and security fixes.

Read More…

How to create a navbar in Angular

Creating a navigation bar is fundamental for Angular applications, providing users with consistent access to different sections. As the creator of CoreUI with over 10 years of Angular experience since 2014, I’ve built navigation components for countless applications from simple websites to complex enterprise dashboards. The most effective approach uses Angular standalone components with RouterModule for navigation, responsive CSS for mobile layouts, and a service to manage mobile menu state. This pattern delivers a professional, accessible navbar that works across all devices.

Read More…