|
6 | 6 | The Angular team builds and maintains both common UI components and tools to help you build your |
7 | 7 | own custom components. The team maintains several npm packages. |
8 | 8 |
|
9 | | -| Package | Description | Docs | |
10 | | -| ------------------------- | ----------------------------------------------------------------------------------- | ---------------- | |
11 | | -| `@angular/cdk` | Library that helps you author custom UI components with common interaction patterns | [Docs][cdk-docs] | |
12 | | -| `@angular/material` | [Material Design][] UI components for Angular applications | [Docs][mat-docs] | |
13 | | -| `@angular/google-maps` | Angular components built on top of the [Google Maps JavaScript API][] | [Docs][map-docs] | |
14 | | -| `@angular/youtube-player` | Angular component built on top of the [YouTube Player API][] | [Docs][ytp-docs] | |
| 9 | +| Package | Description | Docs | |
| 10 | +| ------------------------- | ------------------------------------------------------------------------------------- | ----------------- | |
| 11 | +| `@angular/aria` | Collection of headless, accessible directives that implement common WAI-ARIA patterns | [Docs][aria-docs] | |
| 12 | +| `@angular/cdk` | Library that helps you author custom UI components with common interaction patterns | [Docs][cdk-docs] | |
| 13 | +| `@angular/material` | [Material Design][] UI components for Angular applications | [Docs][mat-docs] | |
| 14 | +| `@angular/google-maps` | Angular components built on top of the [Google Maps JavaScript API][] | [Docs][map-docs] | |
| 15 | +| `@angular/youtube-player` | Angular component built on top of the [YouTube Player API][] | [Docs][ytp-docs] | |
15 | 16 |
|
16 | 17 |
|
17 | 18 | #### Quick links |
@@ -68,6 +69,7 @@ We aim for great user experience with the following screen readers: |
68 | 69 | [Material Design]: https://material.io |
69 | 70 | [Google Maps JavaScript API]: https://developers.google.com/maps/documentation/javascript/tutorial |
70 | 71 | [YouTube Player API]: https://developers.google.com/youtube/iframe_api_reference |
| 72 | +[aria-docs]: https://angular.dev/guide/aria/overview |
71 | 73 | [cdk-docs]: https://material.angular.dev/cdk/categories |
72 | 74 | [mat-docs]: https://material.angular.dev |
73 | 75 | [map-docs]: https://github.com/angular/components/blob/main/src/google-maps/README.md |
|
0 commit comments