From bab5717df63a91bc7707a1672f0997063abdec4b Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:33:02 -0400 Subject: [PATCH] docs(angular): add ui components content (#6450) --- .../content/ui-components@CZ1YRyai8Ds-ry4A8jVbr.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/ui-components@CZ1YRyai8Ds-ry4A8jVbr.md b/src/data/roadmaps/angular/content/ui-components@CZ1YRyai8Ds-ry4A8jVbr.md index e00236207..0c74af41c 100644 --- a/src/data/roadmaps/angular/content/ui-components@CZ1YRyai8Ds-ry4A8jVbr.md +++ b/src/data/roadmaps/angular/content/ui-components@CZ1YRyai8Ds-ry4A8jVbr.md @@ -1 +1,8 @@ -# UI Components \ No newline at end of file +# 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) \ No newline at end of file