https://github.com/googlecodelabs/angular-accessibility
Build more accessible Angular apps: Dumpling Shop demo
https://github.com/googlecodelabs/angular-accessibility
accessibility angular angular-material codelab material-design
Last synced: about 1 month ago
JSON representation
Build more accessible Angular apps: Dumpling Shop demo
- Host: GitHub
- URL: https://github.com/googlecodelabs/angular-accessibility
- Owner: googlecodelabs
- License: apache-2.0
- Created: 2021-04-19T17:10:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T01:11:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T17:16:56.156Z (almost 2 years ago)
- Topics: accessibility, angular, angular-material, codelab, material-design
- Language: TypeScript
- Homepage: https://codelabs.developers.google.com/angular-a11y
- Size: 1010 KB
- Stars: 34
- Watchers: 10
- Forks: 95
- Open Issues: 14
-
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.