Ctrl + K
Get StartedStylesCoreCompsCDK
Installation
Customize the theme
Integrated icons
Integrated Tailwind
Setup translation
Dependencies

Installation

Getting started with ACoreX is easy! Follow these steps to integrate the core features, components, and styles into your Angular project.

Create your Angular project using your preferred tool, such as nx , Angular CLI, or another method. We recommend setting the style type to Sass (.scss) during project creation for smoother integration.

Use your preferred package manager (npm, yarn, pnpm) to install the ACoreX core, components, and styles packages:

NPM
Yarn
PNPM

Next, import ACoreX styles into your main style file ( styles.scss ). This will make the styles accessible throughout your application.

styles.scss

For further customization, visit our dedicated theming guide:

On this page