Guides

Apply AngularCSS ownership, composition, accessibility, and testing conventions.

These guides cover decisions shared by several components:

  1. AngularTS ownership
  2. Composition
  3. Accessibility
  4. Testing

Read the individual component reference for exact selectors, attributes, state, events, and keyboard behavior.


AngularTS Ownership

Keep models, validation, bindings, and structural behavior in AngularTS instead of duplicating them in components.

Composition

Combine small AngularCSS primitives into forms, overlays, date pickers, and application navigation.

Accessibility

Author names and semantics, understand generated ARIA state, and test complete component compositions.

Testing

Run static quality gates, component browser tests, and the complete documentation example suite.

Support

Choose the right channel for AngularCSS questions, defects, proposals, and security reports.

Contributing

Change AngularCSS while preserving its HTML-first ownership and public API contracts.