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=scssRun the schematics from the Angular 21 project directory:
cd project-name
npx ng add @ngstarter-ui/componentsThe components will be installed and configured, then copy what you need from the demo layouts projects.