Get Started

Install AngularCSS, understand its HTML-first model, and build a first component.

Follow these pages in order:

  1. Introduction
  2. Installation
  3. First component
  4. Customization
  5. Compatibility and upgrades

AngularCSS requires AngularTS. A package manager and build tool are recommended for applications; the documentation website itself serves only locally bundled assets and does not depend on a CDN.


Introduction

Understand AngularCSS as semantic HTML, focused TypeScript behavior, and customizable CSS.

Install AngularCSS

Install AngularTS and AngularCSS locally, load the stylesheet, and connect the ui module.

Build Your First Component

Build an interactive accordion and connect ordinary AngularTS state inside it.

Customization

Configure AngularCSS colors, spacing, typography, shadows, radii, density, focus, and motion with ordinary CSS or DTCG-compatible tools.

Compatibility and upgrades

Understand AngularTS, browser, and Node.js compatibility and upgrade an AngularCSS application deliberately.