How to use SCSS with Angular
Using SCSS (Sass) in Angular applications provides powerful styling capabilities including variables, mixins, nesting, and modular CSS architecture for maintainable stylesheets. As the creator of CoreUI, a widely used open-source UI library, I’ve implemented SCSS extensively in Angular projects for theme systems, component styling, and responsive design patterns in enterprise applications. From my expertise, the most effective approach is to configure SCSS as the default stylesheet format in Angular CLI. This method provides seamless compilation, hot reloading, and access to advanced Sass features without additional build configuration.
How to create a new Angular project
Setting up a new Angular project efficiently is crucial for getting started with enterprise-level development and modern web applications.
As the creator of CoreUI, a widely used open-source UI library, I’ve created countless Angular projects and integrated CoreUI with Angular for enterprise dashboards and admin panels.
From my expertise, the most reliable and standard approach is to use the Angular CLI with the ng new command.
This method ensures proper project structure, TypeScript configuration, and build tooling from the start.
How to use ngFor in Angular
Rendering dynamic lists is fundamental in Angular applications, especially for dashboards, data tables, and any component displaying arrays of data.
As the creator of CoreUI, a widely used open-source UI library, I’ve implemented ngFor in countless Angular components including data tables, navigation menus, and dashboard widgets.
From my expertise, the most efficient approach is to use the *ngFor structural directive with proper TypeScript typing.
This method provides clean template syntax and excellent performance when combined with trackBy functions.
CoreUI PRO v5.5.16 for Angular 20
We’re excited to announce the immediate availability of CoreUI PRO v5.5.16 for Angular 20, released on September 25, 2025!
This update includes critical autocomplete component fixes and Angular 20.3.2 compatibility updates for enhanced stability and improved user experience.
CoreUI PRO v5.5.15 for Angular 20
We’re pleased to announce the immediate availability of CoreUI PRO v5.5.15 for Angular 20, released on September 24, 2025!
This targeted update addresses an important autocomplete component focus management issue and includes dependency updates for enhanced stability and performance.
CoreUI PRO v5.5.14 for Angular 20
We’re excited to announce the immediate availability of CoreUI PRO v5.5.14 for Angular 20, released on September 23, 2025!
This important update includes significant autocomplete component improvements and Angular 20.3.1 compatibility updates for enhanced user experience and stability.
CoreUI v5.5.14 for Angular 20
We’re excited to announce the availability of CoreUI v5.5.14 for Angular 20, released on September 23, 2025!
This important update includes Angular 20.3.1 compatibility updates and comprehensive development tool improvements for enhanced stability and performance.
CoreUI PRO v5.5.13 for Angular 20
We’re excited to announce the immediate availability of CoreUI PRO v5.5.13 for Angular 20, released on September 17, 2025!
This update brings the latest Angular 20 compatibility, advanced Pro component features, enhanced developer experience, and comprehensive dependency updates to ensure optimal performance with the newest Angular ecosystem.
CoreUI v5.5.13 for Angular 20
We’re excited to announce the availability of CoreUI v5.5.13 for Angular 20, released on September 17, 2025!
This update brings the latest Angular 20 compatibility, enhanced component features, improved developer experience, and comprehensive dependency updates to ensure optimal performance with the newest Angular ecosystem.
CoreUI PRO v5.5.12 for Angular 20
We’re excited to announce the immediate availability of CoreUI PRO v5.5.12 for Angular 20, released on September 15, 2025!
This update brings enhanced SSR compatibility for Pro components, improved component robustness, advanced data handling capabilities, and updated dependencies to ensure seamless integration with the latest Angular 20 ecosystem.