Getting Started
Overview
Installation
Theme
Forms
Basic Inputs
Select
Custom Inputs
Components
Navigation
Components
68
Micro Charts
Libraries
Kanban Board
Image Designer
Video Player
Visual Builder
Content Editor
Data View
Purchase

Installation

Automatic installation

If you don't have a project yet, create a new Angular 21 project (sass styles are mandatory):

npx @angular/cli@21 new project-name --style=scss

Run the schematics from the Angular 21 project directory:

cd project-name
npx ng add @ngstarter-ui/components

The components will be installed and configured, then copy what you need from the demo layouts projects.