This is the repository for the Angular Components documentation site.
Versions of this site are also available for
Please open bugs against the Angular Material and CDK components, directives, documentation contents, API docs, and demos in the Angular Components repo.
Please only open issues with the documentation site itself (not the content) in this repo. This includes issues like the navigation not working properly, examples or documentation not being presented in an accessible way, issues with rendering or layout of the documentation pages, etc.
The guides, examples, and docs content repo angular/material2-docs-content contains the documentation content and examples. They are generated from:
- Angular Material and CDK Guides
- Material components, services, and directives
- CDK components, services, and directives
- Run
pnpm bazel run //docs:serve
for a dev server. Navigate tohttp://localhost:4200/
.
Run pnpm bazel build //docs:build.production
to build the project.
- Run
pnpm bazel test //docs/...
to execute the unit tests via Karma.