1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

docs(angular): add ui components content (#6450)

This commit is contained in:
J. Degand
2024-08-08 23:33:02 -04:00
committed by GitHub
parent a6ceeb2ee8
commit bab5717df6

View File

@@ -1 +1,8 @@
# UI Components
# UI Components
The Angular Material library, which is maintained by the Angular team, is a suite of reusable UI components that aims to be fully accessible. The Component Development Kit (CDK) includes the a11y package that provides tools to support various areas of accessibility.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Angular UI Components](https://angular.dev/best-practices/a11y#angular-ui-components)
- [@official@Angular a11y overview](https://material.angular.io/cdk/a11y/overview)