https://github.com/rociogarrido/angular-accessibility
Small project to build more accessible Angular apps 👩🏿🦯🧏♀️ 👨🦽
https://github.com/rociogarrido/angular-accessibility
a11y accessibility angular angular-material automated-testing manual-testing material-design wai-aria wcag wcag-aa wcag2
Last synced: 4 months ago
JSON representation
Small project to build more accessible Angular apps 👩🏿🦯🧏♀️ 👨🦽
- Host: GitHub
- URL: https://github.com/rociogarrido/angular-accessibility
- Owner: rociogarrido
- License: apache-2.0
- Created: 2024-10-21T09:57:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T09:14:02.000Z (12 months ago)
- Last Synced: 2025-01-16T12:56:41.473Z (9 months ago)
- Topics: a11y, accessibility, angular, angular-material, automated-testing, manual-testing, material-design, wai-aria, wcag, wcag-aa, wcag2
- Language: TypeScript
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Build more accessible Angular apps : Dumpling Shop demo
Demo for the [Build more accessible Angular apps](https://codelabs.developers.google.com/angular-a11y) codelab.
## Get set up
Run `npm install` to install the dependencies required to run the server.
Run `git checkout get-started` to use the `get-started` branch for the codelab. All solutions can be found in the `main` branch.
Run `ng serve --hmr` to run the server.
Open a browser tab to [http://localhost:4200](http://localhost:4200). The app will automatically reload if you change any of the source files.
## Disclaimer
This is a demo from [@twerske](https://twitter.com/twerske) and the Angular team, and not an officially supported Google product.